From d286a5b18782887ed1425cee64d378a6f26d50f2 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sun, 14 Aug 2005 22:00:48 +0000 Subject: [PATCH] commenting the code and adding a FIXME --- src/roster_window.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/roster_window.py b/src/roster_window.py index 844486733..db7543937 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -542,7 +542,8 @@ class RosterWindow: self.add_account_to_roster(acct) for jid in gajim.contacts[acct].keys(): self.add_contact_to_roster(jid, acct) - self.make_menu() + self.make_menu() # re-make menu in case an account was removed + #FIXME: maybe move thie make_menu() in where we remove the account? def fill_contacts_and_groups_dicts(self, array, account): '''fill gajim.contacts and gajim.groups'''