Mercurial > libervia-backend
changeset 2237:fd4111075e00
jp: fixed progress
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 04 May 2017 00:36:03 +0200 |
parents | 4b1873ce6b61 |
children | 228d208fb5db |
files | frontends/src/jp/base.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/frontends/src/jp/base.py Thu Apr 27 01:02:05 2017 +0200 +++ b/frontends/src/jp/base.py Thu May 04 00:36:03 2017 +0200 @@ -677,7 +677,7 @@ else: if self.host.watch_progress and uid == self.progress_id: self.onProgressStarted(metadata) - self.loop.call_later(PROGRESS_DELAY, self.progressUpdate) + self.host.loop.call_later(PROGRESS_DELAY, self.progressUpdate) def progressFinishedHandler(self, uid, metadata, profile): if profile != self.profile: