Index: NonGui.java =================================================================== RCS file: /cvs/core/src/org/netbeans/core/NonGui.java,v retrieving revision 1.58 diff -c -r1.58 NonGui.java *** NonGui.java 13 Feb 2002 14:38:48 -0000 1.58 --- NonGui.java 19 Feb 2002 10:28:16 -0000 *************** *** 521,526 **** --- 521,530 ---- LoaderPoolNode.installationFinished (); StartLog.logProgress ("LoaderPool notified"); // NOI18N + + // wait until mounting really occurs + automount.waitFinished (); + StartLog.logProgress ("Automounter done"); // NOI18N // ----------------------------------------------------------------------------------------------------- // 15. Install new modules *************** *** 544,553 **** showSplashAgain(); } StartLog.logProgress ("SetupWizard done"); // NOI18N - - // wait until mounting really occurs - automount.waitFinished (); - StartLog.logProgress ("Automounter done"); // NOI18N //--------------------------------------------------------------------------------------------------------- // initialize main window AFTER the setup wizard is finished --- 548,553 ----