eric6/eric6.py

changeset 7461
1f239d5f89b8
parent 7451
f04328aef87a
child 7574
3fbc430c4091
equal deleted inserted replaced
7460:bba5648eac76 7461:1f239d5f89b8
305 305
306 if Preferences.getUI("SingleApplicationMode"): 306 if Preferences.getUI("SingleApplicationMode"):
307 handleSingleApplication(ddindex) 307 handleSingleApplication(ddindex)
308 308
309 # set the search path for icons 309 # set the search path for icons
310 Startup.initializeResourceSearchPath() 310 Startup.initializeResourceSearchPath(app)
311 311
312 # generate and show a splash window, if not suppressed 312 # generate and show a splash window, if not suppressed
313 from UI.SplashScreen import SplashScreen, NoneSplashScreen 313 from UI.SplashScreen import SplashScreen, NoneSplashScreen
314 if "--no-splash" in sys.argv and sys.argv.index("--no-splash") < ddindex: 314 if "--no-splash" in sys.argv and sys.argv.index("--no-splash") < ddindex:
315 sys.argv.remove("--no-splash") 315 sys.argv.remove("--no-splash")

eric ide

mercurial