fix indentation

This commit is contained in:
Yann Leboulanger 2005-11-06 15:04:35 +00:00
parent ea11076a0e
commit 8c9bf693e7
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ class RosterWindow:
if status != '': if status != '':
# escape markup entities and make them small italic and darkgrey # escape markup entities and make them small italic and darkgrey
colorstring = gajim.config.get('color_for_status_msg_in_roster') colorstring = gajim.config.get('color_for_status_msg_in_roster')
name += '\n' '<span size="small" style="italic" foreground="%s">%s</span>'\ name += '\n<span size="small" style="italic" foreground="%s">%s</span>'\
% (colorstring, gtkgui_helpers.escape_for_pango_markup(status)) % (colorstring, gtkgui_helpers.escape_for_pango_markup(status))
state_images = self.get_appropriate_state_images(jid) state_images = self.get_appropriate_state_images(jid)