From b1125bbab88006b4e2c3a4ce73a9050cfe4e3511 Mon Sep 17 00:00:00 2001
From: Denis Fomin <fominde@gmail.com>
Date: Wed, 22 Aug 2012 22:42:00 +0400
Subject: [PATCH] fix unexpected indent

---
 src/roster_window.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/roster_window.py b/src/roster_window.py
index ce2536ee91..18316811ed 100644
--- a/src/roster_window.py
+++ b/src/roster_window.py
@@ -1194,9 +1194,9 @@ class RosterWindow:
         # the treeview
         if contact.status and gajim.config.get('show_status_msgs_in_roster'):
             status = contact.status.strip()
-                if status != '':
-                    status = helpers.reduce_chars_newlines(status,
-                        max_lines = 1)
+            if status != '':
+                status = helpers.reduce_chars_newlines(status,
+                    max_lines = 1)
                 # escape markup entities and make them small
                 # italic and fg color color is calcuted to be
                 # always readable
-- 
GitLab