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

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

Index: __init__.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/__init__.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** __init__.py 3 Jan 2004 17:40:27 -0000       1.17
--- __init__.py 9 Jan 2004 19:04:11 -0000       1.18
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.18  2004/01/09 19:04:11  dischi
+ # new vfs.listdir parameter
+ #
  # Revision 1.17  2004/01/03 17:40:27  dischi
  # remove update function
***************
*** 115,120 ****
              # Pick an image if it is the only image in this dir, or it matches
              # the configurable regexp
!             files = util.find_matches(vfs.listdir(diritem.dir), ('jpg', 'gif', 'png' 
))
!             
              if len(files) == 1:
                  diritem.image = os.path.join(diritem.dir, files[0])
--- 118,123 ----
              # Pick an image if it is the only image in this dir, or it matches
              # the configurable regexp
!             files = util.find_matches(vfs.listdir(diritem.dir, include_overlay=True),
!                                       ('jpg', 'gif', 'png' ))
              if len(files) == 1:
                  diritem.image = os.path.join(diritem.dir, files[0])




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