Restore 'attention' chatstate which was broke in [3768]
This commit is contained in:
parent
ce66db017e
commit
879459bd8a
|
@ -4,6 +4,7 @@
|
||||||
## - Yann Le Boulanger <asterix@lagaule.org>
|
## - Yann Le Boulanger <asterix@lagaule.org>
|
||||||
## - Vincent Hanquez <tab@snarc.org>
|
## - Vincent Hanquez <tab@snarc.org>
|
||||||
## - Nikos Kouremenos <kourem@gmail.com>
|
## - Nikos Kouremenos <kourem@gmail.com>
|
||||||
|
## - Travis Shirk <travis@pobox.com>
|
||||||
##
|
##
|
||||||
## Copyright (C) 2003-2005 Gajim Team
|
## Copyright (C) 2003-2005 Gajim Team
|
||||||
##
|
##
|
||||||
|
@ -951,6 +952,7 @@ current room topic.') % command, room_jid)
|
||||||
# highlighting and sounds
|
# highlighting and sounds
|
||||||
(highlight, sound) = self.highlighting_for_message(text, nick, tim)
|
(highlight, sound) = self.highlighting_for_message(text, nick, tim)
|
||||||
if highlight:
|
if highlight:
|
||||||
|
self.redraw_tab(room_jid, 'attention')
|
||||||
other_tags_for_name.append('bold')
|
other_tags_for_name.append('bold')
|
||||||
other_tags_for_text.append('marked')
|
other_tags_for_text.append('marked')
|
||||||
if sound == 'received':
|
if sound == 'received':
|
||||||
|
|
Loading…
Reference in New Issue