aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-dialog.ui
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-07-18 13:39:02 +0800
committerMatthias Clasen <mclasen@redhat.com>2009-07-18 13:39:02 +0800
commit98655aa5cae4870b377cf21b9b442fb08c4d003d (patch)
treebd80cfcb5d8e3b2a7524d1b634b373550bc5d79c /src/empathy-accounts-dialog.ui
parent96bfc42462ed8e297b010a57e1be8bfc6986a180 (diff)
downloadgsoc2013-empathy-98655aa5cae4870b377cf21b9b442fb08c4d003d.tar
gsoc2013-empathy-98655aa5cae4870b377cf21b9b442fb08c4d003d.tar.gz
gsoc2013-empathy-98655aa5cae4870b377cf21b9b442fb08c4d003d.tar.bz2
gsoc2013-empathy-98655aa5cae4870b377cf21b9b442fb08c4d003d.tar.lz
gsoc2013-empathy-98655aa5cae4870b377cf21b9b442fb08c4d003d.tar.xz
gsoc2013-empathy-98655aa5cae4870b377cf21b9b442fb08c4d003d.tar.zst
gsoc2013-empathy-98655aa5cae4870b377cf21b9b442fb08c4d003d.zip
Respect the button-images setting
Streamline the construction of some buttons, with the nice side-effect that they now obey the button-images setting. See bug 588810.
Diffstat (limited to 'src/empathy-accounts-dialog.ui')
-rw-r--r--src/empathy-accounts-dialog.ui43
1 files changed, 7 insertions, 36 deletions
diff --git a/src/empathy-accounts-dialog.ui b/src/empathy-accounts-dialog.ui
index cf1b23ef4..da00f45d7 100644
--- a/src/empathy-accounts-dialog.ui
+++ b/src/empathy-accounts-dialog.ui
@@ -2,6 +2,10 @@
<interface>
<requires lib="gtk+" version="2.16"/>
<!-- interface-naming-policy toplevel-contextual -->
+ <object class="GtkImage" id="add_image">
+ <property name="stock">gtk-add</property>
+ <property name="icon-size">4</property>
+ </object>
<object class="GtkDialog" id="accounts_dialog">
<property name="border_width">5</property>
<property name="title" translatable="yes">Accounts</property>
@@ -56,42 +60,9 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <child>
- <object class="GtkAlignment" id="alignment2">
- <property name="visible">True</property>
- <property name="xscale">0</property>
- <property name="yscale">0</property>
- <child>
- <object class="GtkHBox" id="hbox2">
- <property name="visible">True</property>
- <property name="spacing">2</property>
- <child>
- <object class="GtkImage" id="image2">
- <property name="visible">True</property>
- <property name="stock">gtk-add</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label3">
- <property name="visible">True</property>
- <property name="label" translatable="yes">_Add...</property>
- <property name="use_underline">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- </child>
- </object>
- </child>
+ <property name="image">add_image</property>
+ <property name="label" translatable="yes">_Add...</property>
+ <property name="use_underline">True</property>
</object>
<packing>
<property name="position">0</property>