From 88aae962b510abe013e4f20de182b17bacbb5202 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Thu, 21 Jul 2005 22:38:55 +0000 Subject: [PATCH] escape status msg too --- src/tabbed_chat_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tabbed_chat_window.py b/src/tabbed_chat_window.py index a24fb44b6..f8e688c44 100644 --- a/src/tabbed_chat_window.py +++ b/src/tabbed_chat_window.py @@ -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