Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gajim/gtk/chat_stack.py')
-rw-r--r--gajim/gtk/chat_stack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gajim/gtk/chat_stack.py b/gajim/gtk/chat_stack.py
index 13e328241..2820a2a50 100644
--- a/gajim/gtk/chat_stack.py
+++ b/gajim/gtk/chat_stack.py
@@ -371,7 +371,7 @@ class ChatStack(Gtk.Stack, EventHelper):
if isinstance(contact, GroupchatContact):
msg_type = 'group-chat-message'
- title += f' {contact.nickname} ({contact.name})'
+ title += f' {event.resource} ({contact.name})'
assert contact.nickname is not None
needs_highlight = helpers.message_needs_highlight(
text, contact.nickname, client.get_own_jid().bare)