From 900d6d01b166ed34c0c8973bd232914f88af0d2e Mon Sep 17 00:00:00 2001 From: Dimitur Kirov Date: Tue, 13 Jun 2006 06:41:33 +0000 Subject: [PATCH] var name is 'account' --- src/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index 9d3aa250b..0fd8f0843 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -1295,7 +1295,7 @@ class Interface: def handle_event_signed_in(self, account, empty): '''SIGNED_IN event is emitted when we sign in, so handle it''' # block signed in notifications for 30 seconds - gajim.block_signed_in_notifications[a] = True + gajim.block_signed_in_notifications[account] = True self.roster.actions_menu_needs_rebuild = True if gajim.interface.sleeper.getState() != common.sleepy.STATE_UNKNOWN and \ gajim.connections[account].connected in (2, 3):