Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv26693

Modified Files:
        directory.py 
Log Message:
new vfs.listdir parameter

Index: directory.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/directory.py,v
retrieving revision 1.89
retrieving revision 1.90
diff -C2 -d -r1.89 -r1.90
*** directory.py        7 Jan 2004 18:18:59 -0000       1.89
--- directory.py        9 Jan 2004 19:04:11 -0000       1.90
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.90  2004/01/09 19:04:11  dischi
+ # new vfs.listdir parameter
+ #
  # Revision 1.89  2004/01/07 18:18:59  dischi
  # remove update info on build
***************
*** 889,893 ****
          if not config.DIRECTORY_USE_STAT_FOR_CHANGES:
              try:
!                 files = vfs.listdir(self.dir, False)
              except OSError:
                  # the directory is gone
--- 892,896 ----
          if not config.DIRECTORY_USE_STAT_FOR_CHANGES:
              try:
!                 files = vfs.listdir(self.dir, False, include_overlay=True)
              except OSError:
                  # the directory is gone




-------------------------------------------------------
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

Reply via email to