changeset 0c6bb3ae90e1 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=0c6bb3ae90e1
description: fix unexpected indent

diffstat:

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

diffs (16 lines):

diff -r a669ca598089 -r 0c6bb3ae90e1 src/roster_window.py
--- a/src/roster_window.py      Wed Aug 22 22:28:41 2012 +0400
+++ b/src/roster_window.py      Wed Aug 22 22:42:00 2012 +0400
@@ -1194,9 +1194,9 @@
         # 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
_______________________________________________
Commits mailing list
Commits@gajim.org
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to