|
From: <cre...@us...> - 2006-04-24 22:07:26
|
Revision: 1331 Author: creecode Date: 2006-04-24 15:07:22 -0700 (Mon, 24 Apr 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1331&view=rev Log Message: ----------- moved call to system.callbacks.startup after build menu bundle Modified Paths: -------------- ODBs/trunk/frontierRoot/system/startup/startupScript.fvc Modified: ODBs/trunk/frontierRoot/system/startup/startupScript.fvc =================================================================== --- ODBs/trunk/frontierRoot/system/startup/startupScript.fvc 2006-04-24 21:46:17 UTC (rev 1330) +++ ODBs/trunk/frontierRoot/system/startup/startupScript.fvc 2006-04-24 22:07:22 UTC (rev 1331) @@ -1,6 +1,8 @@ FrontierVcsFile:2:scpt:system.startup.startupScript «Changes + «4/24/06; 3:00:21 PM by TAC + «moved call to system.callbacks.startup after build menu bundle «3/13/06; 12:38:30 PM by TAC «install DLLs «added init of user.callbacks.fileSetModified on first root run @@ -481,12 +483,12 @@ wp.setSelect (0, 0); edit (adrWindow)}}; // 12/4/04; 9:26:35 PM by TAC - i rather do this near the beginning of phase 1 firstRootRun but had a problem with this window and setting up the quick script window -system.callbacks.startup (); //call user's startup scripts - bundle { // build menu bar system.menus.buildMenuBar (); system.menus.buildSuitesSubmenu ()}; //5.0 +system.callbacks.startup (); // call user's startup scripts + Frontier.enableAgents (flEnableAgents); if flEnableHttpServer { //6.0, daemons don't start up until all the startup code has run This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |