From 59213b327905e0d30849a961def5dca79f9edfa9 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Fri, 14 Oct 2005 14:03:25 +0000 Subject: [PATCH] also recover comment --- src/groupchat_window.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/groupchat_window.py b/src/groupchat_window.py index bafeb175e..83826794d 100644 --- a/src/groupchat_window.py +++ b/src/groupchat_window.py @@ -951,8 +951,8 @@ current room topic.') % command, room_jid) if kind == 'incoming': # it's a message NOT from us # highlighting and sounds (highlight, sound) = self.highlighting_for_message(text, nick, tim) - if highlight: - self.redraw_tab(room_jid, 'attention') + if highlight: + self.redraw_tab(room_jid, 'attention') # muc-specific chatstate other_tags_for_name.append('bold') other_tags_for_text.append('marked') if sound == 'received':