ui.py

changeset 18
6d8ac70c5fb9
parent 16
d0ffae5550ef
child 19
f9ce2442f14f
--- 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