diff -r 5f17196652d5 -r 3115423cebeb Tasks/TaskViewer.py --- 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