Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-window.c')
-rw-r--r--shell/ev-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 0d8124f..2c7676f 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -1129,7 +1129,7 @@ static GtkToggleActionEntry toggle_entries[] = {
G_CALLBACK (ev_window_view_statusbar_cb), TRUE },
{ "ViewSidebar", NULL, N_("Side_bar"), "F9",
N_("Show or hide sidebar"),
- G_CALLBACK (ev_window_view_sidebar_cb), FALSE },
+ G_CALLBACK (ev_window_view_sidebar_cb), TRUE },
{ "ViewFullscreen", NULL, N_("_Fullscreen"), "F11",
N_("Expand the window to fill the screen"),
G_CALLBACK (ev_window_cmd_view_fullscreen) },