Mercurial > libervia-web
diff 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 |
line wrap: on
line diff
--- a/src/browser/sat_browser/dialog.py Mon Feb 23 18:47:27 2015 +0100 +++ b/src/browser/sat_browser/dialog.py Tue Feb 24 14:40:47 2015 +0100 @@ -254,7 +254,7 @@ suffix = "" if (visible or not self.contacts) else ": %s" % ", ".join([unicode(contact) for contact in self.contacts]) sender.setStackText(1, self.title_invite + suffix) - def refreshContactList(self, *args): + def refreshContactList(self, *args, **kwargs): """Called when someone log in/out to update the list. @param args: set by the event call but not used here