eric5.py

changeset 128
13e96bd0f5a5
parent 107
918a6be6f051
child 263
2b328d503567
--- a/eric5.py	Sun Feb 28 10:36:13 2010 +0000
+++ b/eric5.py	Sun Feb 28 13:58:38 2010 +0000
@@ -225,7 +225,7 @@
 
     splash.showMessage(QApplication.translate("eric5", "Generating Main Window..."))
     try:
-        mainWindow = UserInterface(loc, splash, pluginFile, noopen, restartArgs)
+        mainWindow = UserInterface(app, loc, splash, pluginFile, noopen, restartArgs)
         app.connect(app, SIGNAL("lastWindowClosed()"), app, SLOT("quit()"))
         mainWindow.show()
         

eric ide

mercurial