Helpviewer/Download/DownloadManager.py

changeset 3020
542e97d4ecb3
parent 3002
6ffc581f00f1
child 3022
57179e4cdadd
diff -r 7912530a33e2 -r 542e97d4ecb3 Helpviewer/Download/DownloadManager.py
--- a/Helpviewer/Download/DownloadManager.py	Mon Oct 14 18:26:25 2013 +0200
+++ b/Helpviewer/Download/DownloadManager.py	Mon Oct 14 19:30:36 2013 +0200
@@ -138,7 +138,8 @@
         @return flag indicating allowance to quit (boolean)
         """
         if self.activeDownloads() > 0:
-            res = E5MessageBox.yesNo(self,
+            res = E5MessageBox.yesNo(
+                self,
                 self.trUtf8(""),
                 self.trUtf8("""There are %n downloads in progress.\n"""
                             """Do you want to quit anyway?""", "",

eric ide

mercurial