Mercurial > libervia-web
diff src/browser/libervia_main.py @ 609:ec77c2bc18d3 frontends_multi_profiles
brower side: removed close listener for LiberviaWidget
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 10 Feb 2015 19:10:28 +0100 |
parents | 7af8f4ab3675 |
children | deddd1cd8aa5 |
line wrap: on
line diff
--- a/src/browser/libervia_main.py Mon Feb 09 21:58:49 2015 +0100 +++ b/src/browser/libervia_main.py Tue Feb 10 19:10:28 2015 +0100 @@ -79,7 +79,6 @@ QuickApp.__init__(self, json.BridgeCall) self.uni_box = None # FIXME: to be removed self.status_panel = HTML('<br />') - # self.contact_panel = contact.ContactPanel(self) self.panel = panels.MainPanel(self) self.discuss_panel = self.panel.discuss_panel self.tab_panel = self.panel.tab_panel @@ -98,16 +97,10 @@ self.init_cache = [] # used to cache events until initialisation is done self.cached_params = {} - #FIXME: to be removed (managed with cache and in quick_frontend #FIXME: microblog cache should be managed directly in blog module self.mblog_cache = [] # used to keep our own blog entries in memory, to show them in new mblog panel - - - # panels.ChatPanel.registerClass() - # panels.MicroblogPanel.registerClass() - # self._selected_listeners = set() - # # self.avatars_cache = {} # keep track of jid's avatar hash (key=jid, value=file) + # self._selected_listeners = set() # FIXME: to be done with new listeners mechanism @property def whoami(self):