Fix indentation
This commit is contained in:
parent
d42bba202b
commit
a560e6c7c8
1 changed files with 2 additions and 2 deletions
|
@ -1315,8 +1315,8 @@ class Interface:
|
||||||
self.roster.actions_menu_needs_rebuild = True
|
self.roster.actions_menu_needs_rebuild = True
|
||||||
if gajim.interface.sleeper.getState() != common.sleepy.STATE_UNKNOWN:
|
if gajim.interface.sleeper.getState() != common.sleepy.STATE_UNKNOWN:
|
||||||
gajim.sleeper_state[account] = 'online'
|
gajim.sleeper_state[account] = 'online'
|
||||||
else:
|
else:
|
||||||
gajim.sleeper_state[account] = 0
|
gajim.sleeper_state[account] = 0
|
||||||
invisible_show = gajim.SHOW_LIST.index('invisible')
|
invisible_show = gajim.SHOW_LIST.index('invisible')
|
||||||
# We cannot join rooms if we are invisible
|
# We cannot join rooms if we are invisible
|
||||||
if gajim.connections[account].connected == invisible_show:
|
if gajim.connections[account].connected == invisible_show:
|
||||||
|
|
Loading…
Add table
Reference in a new issue