From b6b1f2bdb06058ccd285935e6c2b478aa67509ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Bili=C5=84ski?= Date: Wed, 28 Jan 2009 16:50:32 +0000 Subject: [PATCH] [dicson] fix #4741 (removed TBs in MUC) --- src/groupchat_control.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/groupchat_control.py b/src/groupchat_control.py index 05d6637c8..b728645ff 100644 --- a/src/groupchat_control.py +++ b/src/groupchat_control.py @@ -1044,8 +1044,8 @@ class GroupchatControl(ChatControlBase): color = gtkgui_helpers._get_fade_color(self.list_treeview, selected, focus) colorstring = "#%04x%04x%04x" % (color.red, color.green, color.blue) - name += '\n%s' - '' % (colorstring, gobject.markup_escape_text(status)) + name += '\n%s \ + ' % (colorstring, gobject.markup_escape_text(status)) model[iter_][C_IMG] = image model[iter_][C_TEXT] = name