From 97d6098491dcd2e71b62e9c8830fdbcb306d99ed Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Mon, 28 Mar 2005 11:05:08 +0000 Subject: [PATCH] remove comment (I fill a ticket for that) --- plugins/gtkgui/dialogs.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/gtkgui/dialogs.py b/plugins/gtkgui/dialogs.py index 6893f100ce..040dc42177 100644 --- a/plugins/gtkgui/dialogs.py +++ b/plugins/gtkgui/dialogs.py @@ -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) -- GitLab