diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-09-25 15:33:05 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-09-25 15:33:05 +0200 |
commit | e718682c7fb8c97c5c8c67831619e61c92b328e4 (patch) | |
tree | 7db7ea7fdfdff3e0fe2524209c196222235cd395 /src/core.py | |
parent | 0ee2194d3c247afb14f03b0f4bad332988d858d5 (diff) | |
download | poezio-e718682c7fb8c97c5c8c67831619e61c92b328e4.tar.gz poezio-e718682c7fb8c97c5c8c67831619e61c92b328e4.tar.bz2 poezio-e718682c7fb8c97c5c8c67831619e61c92b328e4.tar.xz poezio-e718682c7fb8c97c5c8c67831619e61c92b328e4.zip |
That.
Diffstat (limited to 'src/core.py')
-rw-r--r-- | src/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |