View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/
Update of /cvsroot/dqsd/dqsd/src
In directory usw-pr-cvs1:/tmp/cvs-serv919/src
Modified Files:
search.nsi
Log Message:
- Added empty localprefs.js and localsearch.css to install, instead of requiring user
to create them if they don't exist.
- Removed logic for preserving preferences.js (preferencs.js) because it used to be
the user-modifiable preference file
Index: search.nsi
===================================================================
RCS file: /cvsroot/dqsd/dqsd/src/search.nsi,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** search.nsi 19 Jul 2002 15:20:21 -0000 1.49
--- search.nsi 26 Jul 2002 21:40:56 -0000 1.50
***************
*** 142,145 ****
--- 142,146 ----
File "..\holidays.us.xml"
File "..\loader.js"
+ File "..\preferences.js"
File "..\readme.txt"
File "..\savesearchsettings.js"
***************
*** 190,208 ****
File "..\localaliases.txt"
File "..\mrumenu.txt"
SetOverwrite on
-
- ; Check to see if localprefs exists. If it doesn't, the user's preferences
- ; file should be turned into localprefs to avoid losing the user's settings.
- IfFileExists "$INSTDIR\localprefs.js" overwriteprefs renameprefs
-
- renameprefs:
- SetOutPath "$INSTDIR"
- Rename "$INSTDIR\preferences.js" "$INSTDIR\localprefs.js"
- goto overwriteprefs
-
- overwriteprefs:
- SetOverwrite on
- SetOutPath "$INSTDIR"
- File "..\preferences.js"
; old source files used to live here
--- 191,197 ----
File "..\localaliases.txt"
File "..\mrumenu.txt"
+ File "..\localsearches.css"
+ File "..\localprefs.js"
SetOverwrite on
; old source files used to live here
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/