Closes #1384
This commit is contained in:
parent
487defe8e3
commit
931ee24389
|
@ -196,6 +196,9 @@ class MessageWindow:
|
||||||
title = control.room_jid
|
title = control.room_jid
|
||||||
if gajim.config.get('notify_on_all_muc_messages'):
|
if gajim.config.get('notify_on_all_muc_messages'):
|
||||||
title = unread_str + title
|
title = unread_str + title
|
||||||
|
elif control.attention_flag:
|
||||||
|
title = '* ' + title
|
||||||
|
urgent = control.attention_flag
|
||||||
else:
|
else:
|
||||||
title = unread_str + control.contact.get_shown_name()
|
title = unread_str + control.contact.get_shown_name()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue