Mercurial > libervia-web
comparison src/browser/sat_browser/dialog.py @ 638:63697f082e8a frontends_multi_profiles
browser side: fixed use of profile for listeners
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 24 Feb 2015 14:40:47 +0100 |
parents | ba2555c29c84 |
children | 6d3142b782c3 |
comparison
equal
deleted
inserted
replaced
637:7113d40533d6 | 638:63697f082e8a |
---|---|
252 sender.setStackText(0, self.title_room + suffix) | 252 sender.setStackText(0, self.title_room + suffix) |
253 elif index == 1: | 253 elif index == 1: |
254 suffix = "" if (visible or not self.contacts) else ": %s" % ", ".join([unicode(contact) for contact in self.contacts]) | 254 suffix = "" if (visible or not self.contacts) else ": %s" % ", ".join([unicode(contact) for contact in self.contacts]) |
255 sender.setStackText(1, self.title_invite + suffix) | 255 sender.setStackText(1, self.title_invite + suffix) |
256 | 256 |
257 def refreshContactList(self, *args): | 257 def refreshContactList(self, *args, **kwargs): |
258 """Called when someone log in/out to update the list. | 258 """Called when someone log in/out to update the list. |
259 | 259 |
260 @param args: set by the event call but not used here | 260 @param args: set by the event call but not used here |
261 """ | 261 """ |
262 self.contact_panel.refreshOptions(keep_selected=True) | 262 self.contact_panel.refreshOptions(keep_selected=True) |