From b006a357f7c875052ac94d0398677139fdd07aac Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 19 Feb 2006 18:00:23 +0000 Subject: [PATCH] remove fixed FIXME --- src/roster_window.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/roster_window.py b/src/roster_window.py index 67c62db38..81506180e 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -740,8 +740,6 @@ class RosterWindow: self.add_account_to_roster(acct) for jid in gajim.contacts.get_jid_list(acct): self.add_contact_to_roster(jid, acct) -# 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'''