Skip to content
Snippets Groups Projects
Commit 97d60984 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

remove comment (I fill a ticket for that)

parent a4121119
No related branches found
No related tags found
No related merge requests found
......@@ -519,9 +519,7 @@ class Add_new_contact_window:
liststore = gtk.ListStore(str)
self.group_comboboxentry.set_model(liststore)
for g in self.plugin.roster.groups[account].keys():
if g != 'not in the roster': #FIXME: nk 2 yann. it seems that the empty groups are NOT deleted!
#NO MATTER WHAT LEAVE THAT HIS, because even if we delete empty groups, not in roster can have one
#and we don't want the user to choose to add more
if g != 'not in the roster':
self.group_comboboxentry.append_text(g)
self.xml.signal_autoconnect(self)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment