From 539606c89eaccdda111d7cee0fcf29ece5589392 Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Thu, 16 Feb 2006 21:29:06 +0000 Subject: Allow to add sidebar checkbutton on toolbar. Fix for the bug #144577. * data/evince-toolbar.xml: * shell/ev-window.c: Allow to add sidebar checkbutton on toolbar. Fix for the bug #144577. --- (limited to 'shell') diff --git a/shell/ev-window.c b/shell/ev-window.c index 60479ba..cd92a57 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -2912,7 +2912,7 @@ static const GtkToggleActionEntry toggle_entries[] = { { "ViewToolbar", NULL, N_("_Toolbar"), "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, -- cgit v0.9.1