diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-19 21:47:47 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-27 21:04:32 +0800 |
commit | 32152c0067fea614d4aabd0a1f0f5bfa65216af1 (patch) | |
tree | 654b6a614933be42995bd9ee1c64b1c0e69d800c /src/empathy-accounts-dialog.ui | |
parent | b94efc724261560a27d879f4a8c6102a40d9a3d0 (diff) | |
download | gsoc2013-empathy-32152c0067fea614d4aabd0a1f0f5bfa65216af1.tar gsoc2013-empathy-32152c0067fea614d4aabd0a1f0f5bfa65216af1.tar.gz gsoc2013-empathy-32152c0067fea614d4aabd0a1f0f5bfa65216af1.tar.bz2 gsoc2013-empathy-32152c0067fea614d4aabd0a1f0f5bfa65216af1.tar.lz gsoc2013-empathy-32152c0067fea614d4aabd0a1f0f5bfa65216af1.tar.xz gsoc2013-empathy-32152c0067fea614d4aabd0a1f0f5bfa65216af1.tar.zst gsoc2013-empathy-32152c0067fea614d4aabd0a1f0f5bfa65216af1.zip |
accounts-dialog: remove useless childs
They don't seem to be used and were raising a Gtk+ warning.
https://bugzilla.gnome.org/show_bug.cgi?id=659474
Diffstat (limited to 'src/empathy-accounts-dialog.ui')
-rw-r--r-- | src/empathy-accounts-dialog.ui | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/empathy-accounts-dialog.ui b/src/empathy-accounts-dialog.ui index fd8c75c15..4a1b8bbb3 100644 --- a/src/empathy-accounts-dialog.ui +++ b/src/empathy-accounts-dialog.ui @@ -254,29 +254,6 @@ <property name="position">1</property> </packing> </child> - <child type="tab"> - <object class="GtkLabel" id="label2"> - <property name="visible">True</property> - <property name="label">page 2</property> - </object> - <packing> - <property name="position">1</property> - <property name="tab_fill">False</property> - </packing> - </child> - <child> - <placeholder/> - </child> - <child type="tab"> - <object class="GtkLabel" id="label3"> - <property name="visible">True</property> - <property name="label">page 3</property> - </object> - <packing> - <property name="position">2</property> - <property name="tab_fill">False</property> - </packing> - </child> </object> <packing> <property name="position">1</property> |