diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-15 22:37:28 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-16 21:10:32 +0800 |
commit | 7b55432a729422e2eb2cd3b5d2e6d0b8219769db (patch) | |
tree | 5bda717be2672befcdd4ec812ff5b196acbc5e22 /src/empathy-accounts-dialog.ui | |
parent | ce4c4dc698850f54dfa2409b790b2e1c747a66a6 (diff) | |
download | gsoc2013-empathy-7b55432a729422e2eb2cd3b5d2e6d0b8219769db.tar gsoc2013-empathy-7b55432a729422e2eb2cd3b5d2e6d0b8219769db.tar.gz gsoc2013-empathy-7b55432a729422e2eb2cd3b5d2e6d0b8219769db.tar.bz2 gsoc2013-empathy-7b55432a729422e2eb2cd3b5d2e6d0b8219769db.tar.lz gsoc2013-empathy-7b55432a729422e2eb2cd3b5d2e6d0b8219769db.tar.xz gsoc2013-empathy-7b55432a729422e2eb2cd3b5d2e6d0b8219769db.tar.zst gsoc2013-empathy-7b55432a729422e2eb2cd3b5d2e6d0b8219769db.zip |
accounts-dialog: remove hbox_protocol
It's not used any more since we moved adding account to a separated dialog.
https://bugzilla.gnome.org/show_bug.cgi?id=670203
Diffstat (limited to 'src/empathy-accounts-dialog.ui')
-rw-r--r-- | src/empathy-accounts-dialog.ui | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/empathy-accounts-dialog.ui b/src/empathy-accounts-dialog.ui index 4a1b8bbb3..8e5b3f7af 100644 --- a/src/empathy-accounts-dialog.ui +++ b/src/empathy-accounts-dialog.ui @@ -112,31 +112,6 @@ <property name="visible">True</property> <property name="spacing">18</property> <child> - <object class="GtkHBox" id="hbox_protocol"> - <property name="visible">True</property> - <property name="spacing">6</property> - <child> - <object class="GtkLabel" id="label_protocol"> - <property name="visible">True</property> - <property name="label" translatable="yes">Protocol:</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="position">0</property> - </packing> - </child> - <child> - <placeholder/> - </child> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="position">0</property> - </packing> - </child> - <child> <object class="GtkVBox" id="vbox_details"> <property name="visible">True</property> <property name="spacing">18</property> |