]> git.0d.be Git - empathy.git/commitdiff
Move the "Close" button after the other ones in the favourite rooms dialog. Fixes...
authorXavier Claessens <xclaesse@src.gnome.org>
Sat, 8 Mar 2008 14:59:02 +0000 (14:59 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Sat, 8 Mar 2008 14:59:02 +0000 (14:59 +0000)
svn path=/trunk/; revision=707

libempathy-gtk/empathy-chatrooms-window.glade

index c5f5dc9916fb8bc42afc0a44e437b77d768ec9c6..6d47c0936685888ae7928234089f21a62fab1e0a 100644 (file)
          <property name="spacing">6</property>
 
          <child>
-           <widget class="GtkButton" id="button_close">
+           <widget class="GtkButton" id="button_remove">
              <property name="visible">True</property>
              <property name="can_default">True</property>
              <property name="can_focus">True</property>
-             <property name="label">gtk-close</property>
+             <property name="label">gtk-remove</property>
              <property name="use_stock">True</property>
              <property name="relief">GTK_RELIEF_NORMAL</property>
              <property name="focus_on_click">True</property>
          </child>
 
          <child>
-           <widget class="GtkButton" id="button_remove">
+           <widget class="GtkButton" id="button_edit">
              <property name="visible">True</property>
+             <property name="sensitive">False</property>
              <property name="can_default">True</property>
              <property name="can_focus">True</property>
-             <property name="label">gtk-remove</property>
+             <property name="label">gtk-edit</property>
              <property name="use_stock">True</property>
              <property name="relief">GTK_RELIEF_NORMAL</property>
              <property name="focus_on_click">True</property>
          </child>
 
          <child>
-           <widget class="GtkButton" id="button_edit">
+           <widget class="GtkButton" id="button_close">
              <property name="visible">True</property>
-             <property name="sensitive">False</property>
              <property name="can_default">True</property>
              <property name="can_focus">True</property>
-             <property name="label">gtk-edit</property>
+             <property name="label">gtk-close</property>
              <property name="use_stock">True</property>
              <property name="relief">GTK_RELIEF_NORMAL</property>
              <property name="focus_on_click">True</property>