This commit is contained in:
Travis Shirk 2006-01-13 04:36:42 +00:00
parent 487defe8e3
commit 931ee24389
1 changed files with 3 additions and 0 deletions

View File

@ -196,6 +196,9 @@ class MessageWindow:
title = control.room_jid
if gajim.config.get('notify_on_all_muc_messages'):
title = unread_str + title
elif control.attention_flag:
title = '* ' + title
urgent = control.attention_flag
else:
title = unread_str + control.contact.get_shown_name()