From c9f4370598a904383f206c907c7a1c8b47fa3bca Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Tue, 5 Oct 2010 00:37:52 +0000 Subject: Remove a typo --- src/gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/gui.py b/src/gui.py index 57cc7ab1..beca26db 100644 --- a/src/gui.py +++ b/src/gui.py @@ -178,7 +178,7 @@ class Gui(object): if not contact: return contact.set_presence('unavailable') - self.information('%s is not offline' % (contact.get_jid()), "Roster") + self.information('%s is offline' % (contact.get_jid()), "Roster") def on_got_online(self, presence): jid = presence['from'] @@ -189,7 +189,7 @@ class Gui(object): priority = presence.getPriority() contact.set_presence(status) contact.set_priority(priority) - self.information("%s is now online (%s)" % (contact.get_jid(), status), "Roster") + self.information("%s is online (%s)" % (contact.get_jid(), status), "Roster") def on_connected(self, event): """ -- cgit v1.2.3