diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2010-01-19 00:30:46 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2010-01-19 00:37:25 +0800 |
commit | 7d9ef8cc5b24cb51018c37d81b686edb8a458823 (patch) | |
tree | c68a9ad18960472831a645382b671b752bf7e843 /src/empathy-accounts-dialog.ui | |
parent | 8a8ebfdbb3f7caf4a05d75a7530052d19ececabf (diff) | |
download | gsoc2013-empathy-7d9ef8cc5b24cb51018c37d81b686edb8a458823.tar gsoc2013-empathy-7d9ef8cc5b24cb51018c37d81b686edb8a458823.tar.gz gsoc2013-empathy-7d9ef8cc5b24cb51018c37d81b686edb8a458823.tar.bz2 gsoc2013-empathy-7d9ef8cc5b24cb51018c37d81b686edb8a458823.tar.lz gsoc2013-empathy-7d9ef8cc5b24cb51018c37d81b686edb8a458823.tar.xz gsoc2013-empathy-7d9ef8cc5b24cb51018c37d81b686edb8a458823.tar.zst gsoc2013-empathy-7d9ef8cc5b24cb51018c37d81b686edb8a458823.zip |
Unify the infobar and the account name widgets.
Diffstat (limited to 'src/empathy-accounts-dialog.ui')
-rw-r--r-- | src/empathy-accounts-dialog.ui | 37 |
1 files changed, 1 insertions, 36 deletions
diff --git a/src/empathy-accounts-dialog.ui b/src/empathy-accounts-dialog.ui index 35876ceb3..537c52056 100644 --- a/src/empathy-accounts-dialog.ui +++ b/src/empathy-accounts-dialog.ui @@ -111,42 +111,7 @@ <property name="orientation">vertical</property> <property name="spacing">18</property> <child> - <object class="GtkHBox" id="hbox183"> - <property name="visible">True</property> - <property name="spacing">6</property> - <child> - <object class="GtkLabel" id="label_name"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="selectable">True</property> - <attributes> - <attribute name="weight" value="bold"/> - <attribute name="scale" value="1,000000"/> - </attributes> - </object> - <packing> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkImage" id="image_type"> - <property name="visible">True</property> - <property name="yalign">0</property> - <property name="stock">gtk-cut</property> - <property name="icon-size">6</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="position">1</property> - </packing> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="position">0</property> - </packing> + <placeholder/> </child> <child> <object class="GtkAlignment" id="alignment_infobar"> |