eric5.py

branch
5_0_x
changeset 514
a3e454b3293d
parent 265
5805c2e1415b
child 567
5dcea6a6c0d0
diff -r a529427b15ed -r a3e454b3293d eric5.py
--- a/eric5.py	Thu Aug 12 10:07:38 2010 +0200
+++ b/eric5.py	Sat Aug 28 18:32:51 2010 +0200
@@ -171,11 +171,11 @@
                                   options)
     ddindex = Startup.handleArgs(sys.argv, appinfo)
     
+    app = E5Application(sys.argv)
+    
     if Preferences.getUI("SingleApplicationMode"):
         handleSingleApplication(ddindex)
     
-    app = E5Application(sys.argv)
-    
     # set the library paths for plugins
     Startup.setLibraryPaths()
 

eric ide

mercurial