diff --git a/data/gui/add_new_contact_window.ui b/data/gui/add_new_contact_window.ui index 79d5b3413..b44993135 100644 --- a/data/gui/add_new_contact_window.ui +++ b/data/gui/add_new_contact_window.ui @@ -196,13 +196,8 @@ True - liststore1 - - - - 0 - - + groups_liststore + 0 1 @@ -375,7 +370,7 @@ to add a contact from this protocol. I would like to add you to my contact list. - + diff --git a/src/dialogs.py b/src/dialogs.py index a9f55e5cf..6068ba51f 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -896,8 +896,6 @@ _('Please fill in the data of the contact you want to add in account %s') % acco if not jid_ in self.agents[type_]: self.agents[type_].append(jid_) self.available_types.append(type_) - liststore = gtk.ListStore(str) - self.group_comboboxentry.set_model(liststore) # Combobox with transport/jabber icons liststore = gtk.ListStore(str, gtk.gdk.Pixbuf, str) cell = gtk.CellRendererPixbuf()