Mercurial > libervia-web
changeset 688:6fc3ff3936ba
browser_side: ContactList.remove has been renamed to ContactList.removeContact to not interfer with Pyjamas Panel.remove (overriding not needed anymore)
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 01 Apr 2015 22:04:17 +0200 |
parents | 3845a086f0b3 |
children | a6adefddcb0a |
files | src/browser/sat_browser/contact_list.py |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/browser/sat_browser/contact_list.py Mon Mar 23 09:35:46 2015 +0100 +++ b/src/browser/sat_browser/contact_list.py Wed Apr 01 22:04:17 2015 +0200 @@ -176,10 +176,6 @@ self._contacts_panel.setList(to_show) - def remove(self, entity): - # FIXME: SimplePanel and QuickContactList both have a 'remove' method - QuickContactList.remove(self, entity) - def onWindowResized(self, width, height): ideal_height = height - DOM.getAbsoluteTop(self.getElement()) - 5 tab_panel = self.host.panel.tab_panel