GNOME Bugzilla – Bug 659474
Gtk-WARNING **: Overriding tab label for notebook
Last modified: 2011-09-27 13:09:30 UTC
We have this warning when starting empathy-accounts: Gtk-WARNING **: Overriding tab label for notebook
Created attachment 196943 [details] [review] accounts-dialog: remove label2 tab child It doesn't seem to be used and was raising a Gtk+ warning.
there is also the the placeholder that is useless as far as I can tell. I would remove the end of childs of the notebook: <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> As far as I can tell, that defines a third page on the GtkNotebook but with no widget in it.
Created attachment 197567 [details] [review] accounts-dialog: remove useless childs They don't seem to be used and were raising a Gtk+ warning.
Merged to master. Attachment 197567 [details] pushed as 32152c0 - accounts-dialog: remove useless childs