comparison sat_frontends/quick_frontend/quick_chat.py @ 2864:33a69ee7fbb7

quick frontend(chat): fixed updateHistory bad call to historyPrint
author Goffi <goffi@goffi.org>
date Wed, 20 Mar 2019 19:33:38 +0100
parents 7764383a968c
children dd650f3e070f
comparison
equal deleted inserted replaced
2863:a97a5c73594d 2864:33a69ee7fbb7
553 @param filters (str): patterns to filter the history results 553 @param filters (str): patterns to filter the history results
554 @param profile (str): %(doc_profile)s 554 @param profile (str): %(doc_profile)s
555 """ 555 """
556 self.setLocked() 556 self.setLocked()
557 self.messages.clear() 557 self.messages.clear()
558 self.historyPrint(size, filters, profile) 558 self.historyPrint(size, filters, profile=profile)
559 559
560 def _onHistoryPrinted(self): 560 def _onHistoryPrinted(self):
561 """Method called when history is printed (or failed) 561 """Method called when history is printed (or failed)
562 562
563 unlock the widget, and can be used to refresh or scroll down 563 unlock the widget, and can be used to refresh or scroll down