Mercurial > libervia-backend
changeset 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 | a97a5c73594d |
| children | 9213c6dff48d |
| files | sat_frontends/quick_frontend/quick_chat.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)
