This commit is contained in:
Yann Leboulanger 2005-12-30 11:27:31 +00:00
parent 4d76e2993b
commit 2891c507e7
1 changed files with 1 additions and 1 deletions

View File

@ -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'):