UI/UserInterface.py

changeset 6837
7bde956e3df9
parent 6830
54e687924d0f
child 6840
98bb329e39ce
--- a/UI/UserInterface.py	Sun Mar 03 17:53:06 2019 +0100
+++ b/UI/UserInterface.py	Sun Mar 03 18:06:43 2019 +0100
@@ -5692,7 +5692,8 @@
                     "--quiet",
                     "--qthelp",
                     "--single",
-                    "--name={0}".format(self.__webBrowserSAName)
+                    "--name={0}".format(self.__webBrowserSAName),
+                    home
                 ]
                 process.start(sys.executable, args)
                 if not process.waitForStarted():
@@ -5716,8 +5717,6 @@
             process.finished.connect(self.__webBrowserFinished)
             self.__webBrowserProcess = process
             
-            if home:
-                clientArgs.append(home)
         else:
             clientArgs.append("--newtab={0}".format(home))
         

eric ide

mercurial