From: Holger Z. <hz...@us...> - 2005-05-14 10:10:53
|
Update of /cvsroot/jake2/jake2/src/jake2/qcommon In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28406/src/jake2/qcommon Modified Files: Qcommon.java Log Message: write config.cfg as soon as baseq2 is initialized to avoid questioning again Index: Qcommon.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/qcommon/Qcommon.java,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Qcommon.java 13 Feb 2005 17:12:55 -0000 1.15 --- Qcommon.java 14 May 2005 10:10:45 -0000 1.16 *************** *** 85,88 **** --- 85,91 ---- reconfigure(true); // reload default.cfg and config.cfg + // save config when we have a valid baseq2 + CL.WriteConfiguration(); + // // init commands and vars |