Mercurial > libervia-web
comparison src/browser/sat_browser/panels.py @ 567:ee9c7bd266ad
browser_side: implements "Show offline contacts" and "Show empty groups" parameters
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 06 Oct 2014 12:47:03 +0200 |
parents | fed185c95f1c |
children | 12823bcbd05b |
comparison
equal
deleted
inserted
replaced
566:8a607044ecfa | 567:ee9c7bd266ad |
---|---|
1458 self.setHeight("%s%s" % (ideal_height, "px")) | 1458 self.setHeight("%s%s" % (ideal_height, "px")) |
1459 | 1459 |
1460 def refresh(self): | 1460 def refresh(self): |
1461 """Refresh the main panel""" | 1461 """Refresh the main panel""" |
1462 self.unibox_panel.refresh() | 1462 self.unibox_panel.refresh() |
1463 self.host.contact_panel.refresh() |