Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv5165
Modified Files: config.py Log Message: do not fix path for games Index: config.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/config.py,v retrieving revision 1.87 retrieving revision 1.88 diff -C2 -d -r1.87 -r1.88 *** config.py 5 Jan 2004 17:18:52 -0000 1.87 --- config.py 8 Jan 2004 14:18:32 -0000 1.88 *************** *** 23,26 **** --- 23,29 ---- # ----------------------------------------------------------------------- # $Log$ + # Revision 1.88 2004/01/08 14:18:32 dischi + # do not fix path for games + # # Revision 1.87 2004/01/05 17:18:52 dischi # also create parent dir *************** *** 636,640 **** if type == 'video': VIDEO_ONLY_SCAN_DATADIR = True ! else: abs = [] for d in x: --- 639,645 ---- if type == 'video': VIDEO_ONLY_SCAN_DATADIR = True ! ! elif type != 'games': ! # The algorithm doesn't work for GAMES_ITEMS, so we leave it out abs = [] for d in x: ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Freevo-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog