diff 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
line wrap: on
line diff
--- a/sat_frontends/quick_frontend/quick_chat.py	Wed Mar 20 09:08:47 2019 +0100
+++ b/sat_frontends/quick_frontend/quick_chat.py	Wed Mar 20 19:33:38 2019 +0100
@@ -555,7 +555,7 @@
         """
         self.setLocked()
         self.messages.clear()
-        self.historyPrint(size, filters, profile)
+        self.historyPrint(size, filters, profile=profile)
 
     def _onHistoryPrinted(self):
         """Method called when history is printed (or failed)