]> www.fi.muni.cz Git - evince.git/commitdiff
2007-07-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 2 Jul 2007 15:49:11 +0000 (15:49 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 2 Jul 2007 15:49:11 +0000 (15:49 +0000)
* data/evince-toolbar.xml:
* shell/ev-window.c:

Let user add a presentation and fullscreen icons on toolbar.
See bug #449734.

svn path=/trunk/; revision=2538

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

index a2a2010edfb4edf2dbeaefb9737db72b986b81da..417341b4b91ced1740912c5c05d025e80bc09f47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru
+
+       * data/evince-toolbar.xml:
+       * shell/ev-window.c:
+       
+       Let user add a presentation and fullscreen icons on toolbar.
+       See bug #449734.
+
 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
 
        * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
index 3def58a4d3e102411fa0b2d9c18f5ae793dce34a..71b06390a005a3f0c13ef5980fb865ff885cbc9a 100644 (file)
@@ -12,6 +12,8 @@
     <toolitem name="ViewZoomOut"/>
     <toolitem name="ViewBestFit"/>
     <toolitem name="ViewPageWidth"/>
+    <toolitem name="ViewFullscreen"/>
+    <toolitem name="ViewPresentation"/>
     <toolitem name="GoPreviousPage"/>
     <toolitem name="GoNextPage"/>
     <toolitem name="GoFirstPage"/>
index 7e7d94caa83495821b4d10cc999c83c1f8ab8f19..dec6bd6a6c92893970e8228b4ea4bd08992080ee 100644 (file)
@@ -4434,10 +4434,10 @@ static const GtkToggleActionEntry toggle_entries[] = {
         { "ViewDual", EV_STOCK_VIEW_DUAL, N_("_Dual"), NULL,
          N_("Show two pages at once"),
          G_CALLBACK (ev_window_cmd_dual), FALSE },
-        { "ViewFullscreen", NULL, N_("_Fullscreen"), "F11",
+        { "ViewFullscreen", GTK_STOCK_FULLSCREEN, N_("_Fullscreen"), "F11",
           N_("Expand the window to fill the screen"),
           G_CALLBACK (ev_window_cmd_view_fullscreen) },
-        { "ViewPresentation", NULL, N_("_Presentation"), "F5",
+        { "ViewPresentation", EV_STOCK_RUN_PRESENTATION, N_("_Presentation"), "F5",
           N_("Run document as a presentation"),
           G_CALLBACK (ev_window_cmd_view_presentation) },
         { "ViewBestFit", EV_STOCK_ZOOM_PAGE, N_("_Best Fit"), NULL,