var name is 'account'

This commit is contained in:
Dimitur Kirov 2006-06-13 06:41:33 +00:00
parent 576f4eef56
commit 900d6d01b1
1 changed files with 1 additions and 1 deletions

View File

@ -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):