Tasks/TaskViewer.py

changeset 3611
3115423cebeb
parent 3515
1b8381afe38f
child 3656
441956d8fce5
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

eric ide

mercurial