+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):
<toolitem name="GoFirstPage"/>
<toolitem name="GoLastPage"/>
<toolitem name="ViewReload"/>
+ <toolitem name="ViewSidebar"/>
</available>
<toolbar name="DefaultToolBar">
<toolitem name="GoPreviousPage"/>
{ "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,