[gnome-disk-utility/udisks2-port] Move tool menu items around a bit



commit e13f13d42885c06d7c13f1d8bb9fd41d9f88a19a
Author: David Zeuthen <davidz redhat com>
Date:   Thu Dec 8 10:44:35 2011 -0500

    Move tool menu items around a bit
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 data/ui/palimpsest.ui |   44 ++++++++++++++++++++++----------------------
 1 files changed, 22 insertions(+), 22 deletions(-)
---
diff --git a/data/ui/palimpsest.ui b/data/ui/palimpsest.ui
index ad1e951..ef6c7a2 100644
--- a/data/ui/palimpsest.ui
+++ b/data/ui/palimpsest.ui
@@ -640,6 +640,19 @@
                                 <property name="can_focus">False</property>
                                 <property name="icon_size">1</property>
                                 <child>
+                                  <object class="GtkToolButton" id="toolbutton-eject">
+                                    <property name="visible">True</property>
+                                    <property name="can_focus">False</property>
+                                    <property name="related_action">devtab-action-eject</property>
+                                    <property name="use_underline">True</property>
+                                    <property name="icon_name">media-eject-symbolic</property>
+                                  </object>
+                                  <packing>
+                                    <property name="expand">False</property>
+                                    <property name="homogeneous">True</property>
+                                  </packing>
+                                </child>
+                                <child>
                                   <object class="GtkToolButton" id="toolbutton-mount">
                                     <property name="visible">True</property>
                                     <property name="can_focus">False</property>
@@ -718,25 +731,12 @@
                                   </packing>
                                 </child>
                                 <child>
-                                  <object class="GtkToolButton" id="toolbutton-eject">
-                                    <property name="visible">True</property>
-                                    <property name="can_focus">False</property>
-                                    <property name="related_action">devtab-action-eject</property>
-                                    <property name="use_underline">True</property>
-                                    <property name="icon_name">media-eject-symbolic</property>
-                                  </object>
-                                  <packing>
-                                    <property name="expand">False</property>
-                                    <property name="homogeneous">True</property>
-                                  </packing>
-                                </child>
-                                <child>
-                                  <object class="GtkToolButton" id="toolbutton-generic-menu">
+                                  <object class="GtkToolButton" id="toolbutton-partition-create">
                                     <property name="visible">True</property>
                                     <property name="can_focus">False</property>
-                                    <property name="related_action">devtab-action-generic</property>
+                                    <property name="related_action">devtab-action-partition-create</property>
                                     <property name="use_underline">True</property>
-                                    <property name="icon_name">system-run-symbolic</property>
+                                    <property name="icon_name">list-add-symbolic</property>
                                   </object>
                                   <packing>
                                     <property name="expand">False</property>
@@ -744,12 +744,12 @@
                                   </packing>
                                 </child>
                                 <child>
-                                  <object class="GtkToolButton" id="toolbutton-partition-create">
+                                  <object class="GtkToolButton" id="toolbutton-partition-delete">
                                     <property name="visible">True</property>
                                     <property name="can_focus">False</property>
-                                    <property name="related_action">devtab-action-partition-create</property>
+                                    <property name="related_action">devtab-action-partition-delete</property>
                                     <property name="use_underline">True</property>
-                                    <property name="icon_name">list-add-symbolic</property>
+                                    <property name="icon_name">list-remove-symbolic</property>
                                   </object>
                                   <packing>
                                     <property name="expand">False</property>
@@ -757,12 +757,12 @@
                                   </packing>
                                 </child>
                                 <child>
-                                  <object class="GtkToolButton" id="toolbutton-partition-delete">
+                                  <object class="GtkToolButton" id="toolbutton-generic-menu">
                                     <property name="visible">True</property>
                                     <property name="can_focus">False</property>
-                                    <property name="related_action">devtab-action-partition-delete</property>
+                                    <property name="related_action">devtab-action-generic</property>
                                     <property name="use_underline">True</property>
-                                    <property name="icon_name">list-remove-symbolic</property>
+                                    <property name="icon_name">system-run-symbolic</property>
                                   </object>
                                   <packing>
                                     <property name="expand">False</property>



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