Mercurial > libervia-web
changeset 815:55a2cf64ffee
browser (chat): printing the history is left to quick_frontend
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 22 Dec 2015 11:37:25 +0100 |
parents | e8c0c2b5e2d5 |
children | 0fd4b81972c0 |
files | src/browser/sat_browser/chat.py |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/browser/sat_browser/chat.py Sun Dec 20 20:32:09 2015 +0100 +++ b/src/browser/sat_browser/chat.py Tue Dec 22 11:37:25 2015 +0100 @@ -123,9 +123,6 @@ self.message_box.addKeyboardListener(self) self.vpanel.add(self.message_box) - if type_ == C.CHAT_ONE2ONE: - self.historyPrint(profile=self.profile) - def onWindowResized(self, width=None, height=None): ideal_height = self.content_scroll.getOffsetHeight() self.occupants_panel.setHeight("%s%s" % (ideal_height, "px"))