diff -r aa5003c03f83 -r fb1d05e523d3 eric5_tray.py --- a/eric5_tray.py Sat May 05 17:07:21 2012 +0200 +++ b/eric5_tray.py Sun May 06 11:21:45 2012 +0200 @@ -52,7 +52,8 @@ res = Startup.simpleAppStartup(sys.argv, appinfo, createMainWidget, - quitOnLastWindowClosed=False) + quitOnLastWindowClosed=False, + raiseIt=False) sys.exit(res) if __name__ == '__main__':