diff browser_side/contact.py @ 33:e70521e6d803

browser side, misc stuffs - dropCell are now keep the dragover style if the mouse go on an other widget inside them - uniBox moved to panels.py - chatPanel now partially managed MUC Room - room joined open in a new tab (as Tarot games) - MainPanel & MainTabPanel are now dynamically sized in pixels - fixed stupid bug in json callbacks management
author Goffi <goffi@goffi.org>
date Sat, 14 May 2011 01:11:08 +0200
parents 258dfaa1035f
children 7cabe3c1a5f2
line wrap: on
line diff
--- a/browser_side/contact.py	Sat May 14 00:58:11 2011 +0200
+++ b/browser_side/contact.py	Sat May 14 01:11:08 2011 +0200
@@ -163,7 +163,7 @@
             self.connected[jid][resource] = (availability, priority, statuses)
 
     def getConnected(self):
-        """return a list of all jid  (bare jid) connected"""
+        """return a list of all jid (bare jid) connected"""
         return self.connected.keys()
 
     def isContactInGroup(self, group, contact_jid):