Mercurial > libervia-web
comparison 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 |
comparison
equal
deleted
inserted
replaced
20:8f4b1a8914c3 | 21:77c2e48efa29 |
---|---|
158 print self.groups[group] | 158 print self.groups[group] |
159 if self.groups.has_key(group) and contact_jid in self.groups[group]: | 159 if self.groups.has_key(group) and contact_jid in self.groups[group]: |
160 return True | 160 return True |
161 return False | 161 return False |
162 | 162 |
163 def getGroups(self): | |
164 return self.groups.keys() | |
165 | |
163 def onMouseMove(self, sender, x, y): | 166 def onMouseMove(self, sender, x, y): |
164 pass | 167 pass |
165 | 168 |
166 def onMouseDown(self, sender, x, y): | 169 def onMouseDown(self, sender, x, y): |
167 pass | 170 pass |