diff libervia.py @ 349:f488692c4903

browser_side: LightTextEditor inheritates from BaseTextEditor + display URL in the status
author souliane <souliane@mailoo.org>
date Wed, 12 Feb 2014 14:58:11 +0100
parents b66028d21a1c
children f4efffb9627c
line wrap: on
line diff
--- a/libervia.py	Wed Feb 12 14:51:13 2014 +0100
+++ b/libervia.py	Wed Feb 12 14:58:11 2014 +0100
@@ -664,7 +664,7 @@
         if self.whoami and self.whoami == entity_jid:  # XXX: QnD way to get our presence/status
             self.status_panel.setPresence(show)
             if statuses:
-                self.status_panel.changeStatus(statuses.values()[0])
+                self.status_panel.setStatus(statuses.values()[0])
         else:
             self.contact_panel.setConnected(entity_jid.bare, entity_jid.resource, show, priority, statuses)