Restore 'attention' chatstate which was broke in [3768]

This commit is contained in:
Travis Shirk 2005-10-14 02:52:08 +00:00
parent ce66db017e
commit 879459bd8a
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
## - Yann Le Boulanger <asterix@lagaule.org>
## - Vincent Hanquez <tab@snarc.org>
## - Nikos Kouremenos <kourem@gmail.com>
## - Travis Shirk <travis@pobox.com>
##
## 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':