Fixed an issue in the task viewer.

Sat, 24 May 2014 16:21:39 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 24 May 2014 16:21:39 +0200
changeset 3611
3115423cebeb
parent 3609
5f17196652d5
child 3612
786d97a08a14

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

eric ide

mercurial