[gthumb] moved the fullscreen tool button in the fixed ui definition



commit 929ebd450bb0b681738a63c37082271cad656004
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Tue Oct 25 16:04:50 2011 +0200

    moved the fullscreen tool button in the fixed ui definition
    
    for the same reason of the previuos commit

 gthumb/gth-browser-ui.h |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/gthumb/gth-browser-ui.h b/gthumb/gth-browser-ui.h
index 9aa5673..4e39305 100644
--- a/gthumb/gth-browser-ui.h
+++ b/gthumb/gth-browser-ui.h
@@ -115,7 +115,9 @@ static const char *fixed_ui_info =
 "    <placeholder name='Export_Actions'/>"
 "    <placeholder name='SourceCommands'/>"
 "    <separator/>"
-"    <placeholder name='BrowserCommands'/>"
+"    <placeholder name='BrowserCommands'>"
+"      <toolitem action='View_Fullscreen'/>"
+"    </placeholder>"
 "    <separator/>"
 "    <placeholder name='Edit_Actions'/>"
 "    <placeholder name='Edit_Actions_2'/>"
@@ -230,11 +232,6 @@ static const char *browser_ui_info =
 "      </placeholder>"
 "    </menu>"
 "  </menubar>"
-"  <toolbar name='ToolBar'>"
-"    <placeholder name='BrowserCommands'>"
-"      <toolitem action='View_Fullscreen'/>"
-"    </placeholder>"
-"  </toolbar>"
 "</ui>";
 
 



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