diff browser_side/contact.py @ 21:77c2e48efa29

browser side: a warning message now show who will receive the message entered in UniBox, with a color depending on how many people will be able to see it
author Goffi <goffi@goffi.org>
date Sun, 17 Apr 2011 00:21:44 +0200
parents e8e3704eb97f
children 586f69e85559
line wrap: on
line diff
--- a/browser_side/contact.py	Sat Apr 16 18:06:02 2011 +0200
+++ b/browser_side/contact.py	Sun Apr 17 00:21:44 2011 +0200
@@ -160,6 +160,9 @@
            return True
        return False
 
+    def getGroups(self):
+        return self.groups.keys()
+
     def onMouseMove(self, sender, x, y):
         pass