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.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 27edfee..0d8124f 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -835,7 +835,11 @@ ev_window_view_statusbar_cb (GtkAction *action, EvWindow *ev_window)
static void
ev_window_view_sidebar_cb (GtkAction *action, EvWindow *ev_window)
{
- /* FIXME */
+ g_object_set (
+ ev_window->priv->sidebar,
+ "visible",
+ gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action)),
+ NULL);
}
static void