From 8c9bf693e73e5daad095d3666942a1d548616e2c Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 6 Nov 2005 15:04:35 +0000 Subject: [PATCH] fix indentation --- 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 18794314b..5fb45ed07 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -234,7 +234,7 @@ class RosterWindow: if status != '': # escape markup entities and make them small italic and darkgrey colorstring = gajim.config.get('color_for_status_msg_in_roster') - name += '\n' '%s'\ + name += '\n%s'\ % (colorstring, gtkgui_helpers.escape_for_pango_markup(status)) state_images = self.get_appropriate_state_images(jid)