# HG changeset patch # User Tuomo Valkonen # Date 1516489673 0 # Node ID 6d8ac70c5fb9316a15868d028a94145386327f5b # Parent 5f6aa8830ceae3e7cd2fbc4df9a087fb57893ab7 Oops.. diff -r 5f6aa8830cea -r 6d8ac70c5fb9 ui.py --- 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']