Mercurial > libervia-web
diff src/browser/sat_browser/main_panel.py @ 779:fc941d0d97f8
browser_side: fixed ContactsPanel scrolling
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 30 Nov 2015 21:52:41 +0100 |
parents | c2f22ca12e23 |
children | f8a7a046ff9c |
line wrap: on
line diff
--- a/src/browser/sat_browser/main_panel.py Mon Nov 30 16:26:31 2015 +0100 +++ b/src/browser/sat_browser/main_panel.py Mon Nov 30 21:52:41 2015 +0100 @@ -294,8 +294,5 @@ self._contacts.removeFromParent() parent.insert(self._contacts, 0) - def refresh(self): - """Refresh the main panel""" - self.host.contact_panel.refresh()