From a560e6c7c8969592840505afc3ca94503fe70b78 Mon Sep 17 00:00:00 2001 From: Jean-Marie Traissard Date: Thu, 20 Apr 2006 17:12:15 +0000 Subject: [PATCH] Fix indentation --- src/gajim.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gajim.py b/src/gajim.py index aa8986391..3e4936a9a 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -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: