# HG changeset patch # User Goffi # Date 1553106818 -3600 # Node ID 33a69ee7fbb768f7c8a8f879122e69877cba2048 # Parent a97a5c73594d3005b93ee2b5c121cdb413538a7a quick frontend(chat): fixed updateHistory bad call to historyPrint diff -r a97a5c73594d -r 33a69ee7fbb7 sat_frontends/quick_frontend/quick_chat.py --- 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)