]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-window.c
Allow to add sidebar checkbutton on toolbar. Fix for the bug #144577.
[evince.git] / shell / ev-window.c
index 60479ba74a2ed085aac93ec61437d81bb9dffc5f..cd92a571cacec62c0fc20a89a05f2159470f398a 100644 (file)
@@ -2912,7 +2912,7 @@ static const GtkToggleActionEntry toggle_entries[] = {
        { "ViewToolbar", NULL, N_("_Toolbar"), "<shift><control>T",
          N_("Show or hide the toolbar"),
          G_CALLBACK (ev_window_view_toolbar_cb), TRUE },
-        { "ViewSidebar", NULL, N_("Side _Pane"), "F9",
+        { "ViewSidebar", GTK_STOCK_INDEX, N_("Side _Pane"), "F9",
          N_("Show or hide the side pane"),
          G_CALLBACK (ev_window_view_sidebar_cb), TRUE },
         { "ViewContinuous", EV_STOCK_VIEW_CONTINUOUS, N_("_Continuous"), NULL,