From f96427b23f0ba6c9fc64510dd4934f84b3e9d042 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Tue, 14 Jun 2011 19:17:39 +0200
Subject: [PATCH] fix indentation error. Fixes #6909

---
 src/roster_window.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/roster_window.py b/src/roster_window.py
index 3d75eab8a5..c0425580ba 100644
--- a/src/roster_window.py
+++ b/src/roster_window.py
@@ -2322,7 +2322,7 @@ class RosterWindow:
                 x, y = self.window.get_position()
                 gajim.config.set('roster_x-position', x)
                 gajim.config.set('roster_y-position', y)
-                self.window.hide()
+            self.window.hide()
         elif gajim.config.get('quit_on_roster_x_button'):
             self.on_quit_request()
         else:
-- 
GitLab