escape status msg too
This commit is contained in:
parent
f63545c757
commit
88aae962b5
|
@ -122,9 +122,9 @@ class TabbedChatWindow(chat.Chat):
|
||||||
# this is the text for the big brown bar
|
# this is the text for the big brown bar
|
||||||
# some chars need to be escaped..
|
# some chars need to be escaped..
|
||||||
name = gtkgui_helpers.escape_for_pango_markup(contact.name)
|
name = gtkgui_helpers.escape_for_pango_markup(contact.name)
|
||||||
|
status = gtkgui_helpers.escape_for_pango_markup(contact.status)
|
||||||
|
|
||||||
jid = contact.jid
|
jid = contact.jid
|
||||||
status = contact.status
|
|
||||||
|
|
||||||
#FIXME: uncomment me when we support sending messages to specific resource
|
#FIXME: uncomment me when we support sending messages to specific resource
|
||||||
# composing full jid
|
# composing full jid
|
||||||
|
|
Loading…
Reference in New Issue