[gthumb] added the fullscreen command to the viewer toolbar



commit 030f5bd2c50e883b8148c2bcdd55b6715ae5ae3d
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Thu Aug 30 16:46:22 2012 +0200

    added the fullscreen command to the viewer toolbar

 extensions/gstreamer_tools/gth-media-viewer-page.c |    1 -
 gthumb/gth-browser-ui.h                            |    1 +
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/gstreamer_tools/gth-media-viewer-page.c b/extensions/gstreamer_tools/gth-media-viewer-page.c
index c095317..86ce0e3 100644
--- a/extensions/gstreamer_tools/gth-media-viewer-page.c
+++ b/extensions/gstreamer_tools/gth-media-viewer-page.c
@@ -88,7 +88,6 @@ static const char *media_viewer_ui_info =
 "<ui>"
 "  <toolbar name='ViewerToolBar'>"
 "    <placeholder name='ViewerCommands'>"
-"      <toolitem action='View_Fullscreen'/>"
 "      <toolitem action='MediaViewer_Screenshot'/>"
 "    </placeholder>"
 "  </toolbar>"
diff --git a/gthumb/gth-browser-ui.h b/gthumb/gth-browser-ui.h
index 00172e1..3abd874 100644
--- a/gthumb/gth-browser-ui.h
+++ b/gthumb/gth-browser-ui.h
@@ -134,6 +134,7 @@ static const char *fixed_ui_info =
 "    <toolitem action='View_Prev'/>"
 "    <toolitem action='View_Next'/>"
 "    <separator/>"
+"    <toolitem action='View_Fullscreen'/>"
 "    <placeholder name='ViewerCommands'/>"
 "    <separator/>"
 "    <placeholder name='Edit_Actions'/>"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]