]> www.fi.muni.cz Git - evince.git/commitdiff
Allow to add sidebar checkbutton on toolbar. Fix for the bug #144577.
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Thu, 16 Feb 2006 21:29:06 +0000 (21:29 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Thu, 16 Feb 2006 21:29:06 +0000 (21:29 +0000)
* data/evince-toolbar.xml:
* shell/ev-window.c:

Allow to add sidebar checkbutton on toolbar. Fix
for the bug #144577.

ChangeLog
data/evince-toolbar.xml
shell/ev-window.c

index 6aabd54cd18ea5b0a2489de2308414a9217ef4c5..038d7156fdab49d22d450d7fb62ebda1395fcaa0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * 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  <nshmyrev@yandex.ru>
 
        * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
index eb10114a41a6f4279eb8deef6e5f7fa681e1a9e1..fdfc695d98e7b46a36668d60e72fc139a3fa8d9e 100644 (file)
@@ -17,6 +17,7 @@
     <toolitem name="GoFirstPage"/>
     <toolitem name="GoLastPage"/>
     <toolitem name="ViewReload"/>
+    <toolitem name="ViewSidebar"/>
 </available>
 <toolbar name="DefaultToolBar">
     <toolitem name="GoPreviousPage"/>
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,