From e718682c7fb8c97c5c8c67831619e61c92b328e4 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sun, 25 Sep 2011 15:33:05 +0200 Subject: That. --- src/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core.py b/src/core.py index 5e2566ff..b93678ab 100644 --- a/src/core.py +++ b/src/core.py @@ -390,7 +390,7 @@ class Core(object): if time.time() - self.connection_time > 12: # We do not display messages if we recently logged in self.information("\x193}%s \x195}is \x194}online\x195} (\x190}%s\x195})" % (resource.get_jid().bare, status), "Roster") - self.add_information_message_to_conversation_tab(jid.bare, '\x195%s is \x194}online' % (jid.bare)) + self.add_information_message_to_conversation_tab(jid.bare, '\x195}%s is \x194}online' % (jid.bare)) contact.add_resource(resource) def add_information_message_to_conversation_tab(self, jid, msg): -- cgit v1.2.3