Sat, 24 May 2014 16:21:39 +0200
Fixed an issue in the task viewer.
Tasks/TaskViewer.py | file | annotate | diff | comparison | revisions |
--- a/Tasks/TaskViewer.py Fri May 23 19:26:20 2014 +0200 +++ b/Tasks/TaskViewer.py Sat May 24 16:21:39 2014 +0200 @@ -566,7 +566,7 @@ lines = text.splitlines() except (UnicodeError, IOError): count += 1 - self.progress.setValue(count) + progress.setValue(count) continue # now search tasks and record them