typo
This commit is contained in:
parent
4d76e2993b
commit
2891c507e7
|
@ -397,7 +397,7 @@ class GroupchatWindow(chat.Chat):
|
|||
else:
|
||||
image = state_images[gc_contact.show]
|
||||
|
||||
name = gtkgui_helpers.escape_for_pango_markup(gc_contact.name)
|
||||
name = gtkgui_helpers.escape_for_pango_markup(gc_contact.nick)
|
||||
status = gc_contact.status
|
||||
# add status msg, if not empty, under contact name in the treeview
|
||||
if status and gajim.config.get('show_status_msgs_in_roster'):
|
||||
|
|
Loading…
Reference in New Issue