[Xfce4-commits] <xfce4-settings:bluesabre/display-settings> Swap "Advanced" and "Close" buttons

ochosi noreply at xfce.org
Tue Oct 2 12:06:01 CEST 2012


Updating branch refs/heads/bluesabre/display-settings
         to 232eec0ff07f416e1913868f64afae773b76d070 (commit)
       from 85b84e7dbe126145d1e6ff6cea18e65a7ffc19cf (commit)

commit 232eec0ff07f416e1913868f64afae773b76d070
Author: ochosi <simon.steinbeiss at elfenbeinturm.at>
Date:   Tue Oct 2 12:05:47 2012 +0200

    Swap "Advanced" and "Close" buttons

 .../display-settings/minimal-display-dialog.glade  |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dialogs/display-settings/minimal-display-dialog.glade b/dialogs/display-settings/minimal-display-dialog.glade
index 0a79bf7..b5cb4b1 100644
--- a/dialogs/display-settings/minimal-display-dialog.glade
+++ b/dialogs/display-settings/minimal-display-dialog.glade
@@ -160,13 +160,12 @@
               </packing>
             </child>
             <child>
-              <object class="GtkButton" id="cancel_button">
-                <property name="label">gtk-close</property>
+              <object class="GtkButton" id="advanced_button">
+                <property name="label" translatable="yes">Advanced</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
                 <property name="use_action_appearance">False</property>
-                <property name="use_stock">True</property>
               </object>
               <packing>
                 <property name="expand">False</property>
@@ -175,12 +174,13 @@
               </packing>
             </child>
             <child>
-              <object class="GtkButton" id="advanced_button">
-                <property name="label" translatable="yes">Advanced</property>
+              <object class="GtkButton" id="cancel_button">
+                <property name="label">gtk-close</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
                 <property name="use_action_appearance">False</property>
+                <property name="use_stock">True</property>
               </object>
               <packing>
                 <property name="expand">False</property>


More information about the Xfce4-commits mailing list