Fix indentation

This commit is contained in:
Jean-Marie Traissard 2006-04-20 17:12:15 +00:00
parent d42bba202b
commit a560e6c7c8
1 changed files with 2 additions and 2 deletions

View File

@ -1315,8 +1315,8 @@ class Interface:
self.roster.actions_menu_needs_rebuild = True
if gajim.interface.sleeper.getState() != common.sleepy.STATE_UNKNOWN:
gajim.sleeper_state[account] = 'online'
else:
gajim.sleeper_state[account] = 0
else:
gajim.sleeper_state[account] = 0
invisible_show = gajim.SHOW_LIST.index('invisible')
# We cannot join rooms if we are invisible
if gajim.connections[account].connected == invisible_show: