fix unexpected indent

This commit is contained in:
Denis Fomin 2012-08-22 22:42:00 +04:00
parent aa116a08c1
commit b1125bbab8
1 changed files with 3 additions and 3 deletions

View File

@ -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