|
From: creedon <icr...@us...> - 2005-06-14 00:03:13
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/export In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25521 Modified Files: init Log Message: moved some initializations from firstRootRun Index: init =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/export/init,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** init 26 Mar 2005 19:42:44 -0000 1.1.1.1 --- init 14 Jun 2005 00:02:59 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:scpt:system.verbs.builtins.export.init ! if not defined (user.export) { new (tabletype, @user.export)}; if not defined (user.export.lastaddress) { user.export.lastaddress = ""}; if not defined (user.export.lastkind) { user.export.lastkind = ""}; if not defined (user.export.lastlocation) { user.export.lastlocation = ""}; if not defined (user.export.lastfolder) { user.export.lastfolder = ""}; if not defined (user.export.lastcompression) { user.export.lastcompression = "None"}; if not defined (user.export.importLogEnabled) { user.export.importLogEnabled = true}; if not defined (user.export.importLog) { if user.export.importLogEnabled { new (outlineType, @user.export.importLog)}}; if not defined (user.export.importLogOpen) { user.export.importLogOpen = false} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:scpt:system.verbs.builtins.export.init ! ÇChanges Ç11/27/04; 3:32:01 PM by TAC Çmoved some initializations from firstRootRun if not defined (user.export) { new (tabletype, @user.export)}; if not defined (user.export.lastaddress) { user.export.lastaddress = @workspace.notepad}; // 11/27/04; 3:32:38 PM by TAC - replaced "" with @workspace.notepad if not defined (user.export.lastkind) { user.export.lastkind = "Packed object"}; // 11/27/04; 3:34:33 PM by TAC - replaced "" with "Packed object" if not defined (user.export.lastlocation) { user.export.lastlocation = "File"}; // 11/27/04; 3:35:19 PM by TAC - replaced "" with "File" if not defined (user.export.lastfolder) { user.export.lastfolder = ""}; if not defined (user.export.lastcompression) { user.export.lastcompression = "None"}; if not defined (user.export.importLogEnabled) { user.export.importLogEnabled = true}; if not defined (user.export.importLog) { if user.export.importLogEnabled { new (outlineType, @user.export.importLog)}}; if not defined (user.export.importLogOpen) { user.export.importLogOpen = false} \ No newline at end of file |