Tasks/TaskViewer.py

changeset 564
b3d966393ba9
parent 541
00e1a5d060c5
child 791
9ec2ac20e54e
diff -r e35d2cda9a74 -r b3d966393ba9 Tasks/TaskViewer.py
--- a/Tasks/TaskViewer.py	Sat Sep 04 19:51:19 2010 +0200
+++ b/Tasks/TaskViewer.py	Sat Sep 04 19:51:48 2010 +0200
@@ -755,7 +755,7 @@
         count = 0
         
         for file in files:
-            progress.setLabelText(\
+            progress.setLabelText(
                 self.trUtf8("Extracting project tasks...\n{0}").format(file))
             progress.setValue(count)
             QApplication.processEvents()
@@ -805,4 +805,4 @@
         """
         Private method to open the configuration dialog.
         """
-        e5App().getObject("UserInterface").showPreferences("tasksPage")
+        e5App().getObject("UserInterface").showPreferences("tasksPage")
\ No newline at end of file

eric ide

mercurial