Oops..

Sat, 20 Jan 2018 23:07:53 +0000

author
Tuomo Valkonen <tuomov@iki.fi>
date
Sat, 20 Jan 2018 23:07:53 +0000
changeset 18
6d8ac70c5fb9
parent 17
5f6aa8830cea
child 19
f9ce2442f14f

Oops..

ui.py file | annotate | diff | comparison | revisions
--- a/ui.py	Sat Jan 20 23:06:38 2018 +0000
+++ b/ui.py	Sat Jan 20 23:07:53 2018 +0000
@@ -55,7 +55,7 @@
         if 'progress_current' in status and 'progress_total' in status:
             progress='%d%%' % (status.progress_current/status.progress_total)
         title="%s (running: %s%s)" % (status['name'], status['operation'], progress)
-        active=ACTIVE
+        state=ACTIVE
     else: # status['type']=='nothing':
         # Should be unscheduled, nothing running
         title=status['name']

mercurial