From: Nickolay V. Shmyrev Date: Thu, 16 Feb 2006 21:29:06 +0000 (+0000) Subject: Allow to add sidebar checkbutton on toolbar. Fix for the bug #144577. X-Git-Tag: EVINCE_0_5_1~24 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=539606c89eaccdda111d7cee0fcf29ece5589392;p=evince.git 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. --- diff --git a/ChangeLog b/ChangeLog index 6aabd54c..038d7156 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-02-17 Nickolay V. Shmyrev + + * data/evince-toolbar.xml: + * shell/ev-window.c: + + Allow to add sidebar checkbutton on toolbar. Fix + for the bug #144577. + 2006-02-16 Nickolay V. Shmyrev * ps/ps-document.c: (push_pixbuf), (setup_pixmap): diff --git a/data/evince-toolbar.xml b/data/evince-toolbar.xml index eb10114a..fdfc695d 100644 --- a/data/evince-toolbar.xml +++ b/data/evince-toolbar.xml @@ -17,6 +17,7 @@ + diff --git a/shell/ev-window.c b/shell/ev-window.c index 60479ba7..cd92a571 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,