# HG changeset patch # User souliane # Date 1427918657 -7200 # Node ID 6fc3ff3936ba44eba695d399f40a6757a72bfaf4 # Parent 3845a086f0b3917cbbfe763762e794875777025a browser_side: ContactList.remove has been renamed to ContactList.removeContact to not interfer with Pyjamas Panel.remove (overriding not needed anymore) diff -r 3845a086f0b3 -r 6fc3ff3936ba src/browser/sat_browser/contact_list.py --- 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