var name is 'account'
This commit is contained in:
parent
576f4eef56
commit
900d6d01b1
|
@ -1295,7 +1295,7 @@ class Interface:
|
||||||
def handle_event_signed_in(self, account, empty):
|
def handle_event_signed_in(self, account, empty):
|
||||||
'''SIGNED_IN event is emitted when we sign in, so handle it'''
|
'''SIGNED_IN event is emitted when we sign in, so handle it'''
|
||||||
# block signed in notifications for 30 seconds
|
# 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
|
self.roster.actions_menu_needs_rebuild = True
|
||||||
if gajim.interface.sleeper.getState() != common.sleepy.STATE_UNKNOWN and \
|
if gajim.interface.sleeper.getState() != common.sleepy.STATE_UNKNOWN and \
|
||||||
gajim.connections[account].connected in (2, 3):
|
gajim.connections[account].connected in (2, 3):
|
||||||
|
|
Loading…
Reference in New Issue