From 879459bd8a58fa6ed51bbe045b76c2d033f165dd Mon Sep 17 00:00:00 2001 From: Travis Shirk Date: Fri, 14 Oct 2005 02:52:08 +0000 Subject: [PATCH] Restore 'attention' chatstate which was broke in [3768] --- src/groupchat_window.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/groupchat_window.py b/src/groupchat_window.py index 61800c0a3..bafeb175e 100644 --- a/src/groupchat_window.py +++ b/src/groupchat_window.py @@ -4,6 +4,7 @@ ## - Yann Le Boulanger ## - Vincent Hanquez ## - Nikos Kouremenos +## - Travis Shirk ## ## Copyright (C) 2003-2005 Gajim Team ## @@ -951,6 +952,7 @@ current room topic.') % command, room_jid) # highlighting and sounds (highlight, sound) = self.highlighting_for_message(text, nick, tim) if highlight: + self.redraw_tab(room_jid, 'attention') other_tags_for_name.append('bold') other_tags_for_text.append('marked') if sound == 'received':