escape status msg too

This commit is contained in:
Nikos Kouremenos 2005-07-21 22:38:55 +00:00
parent f63545c757
commit 88aae962b5
1 changed files with 1 additions and 1 deletions

View File

@ -122,9 +122,9 @@ class TabbedChatWindow(chat.Chat):
# this is the text for the big brown bar
# some chars need to be escaped..
name = gtkgui_helpers.escape_for_pango_markup(contact.name)
status = gtkgui_helpers.escape_for_pango_markup(contact.status)
jid = contact.jid
status = contact.status
#FIXME: uncomment me when we support sending messages to specific resource
# composing full jid