Update of /cvsroot/freevo/freevo/src/audio/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31996/plugins

Modified Files:
        coversearch.py 
Log Message:
remove some vfs calls were they are not needed

Index: coversearch.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/coversearch.py,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** coversearch.py      2 Jan 2005 11:49:05 -0000       1.38
--- coversearch.py      1 May 2005 17:36:41 -0000       1.39
***************
*** 14,17 ****
--- 14,20 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.39  2005/05/01 17:36:41  dischi
+ # remove some vfs calls were they are not needed
+ #
  # Revision 1.38  2005/01/02 11:49:05  dischi
  # use fthread to be non blocking
***************
*** 152,157 ****
          # do don't call this when we have an image
          if item.type == 'audio' and item.filename and \
!            
vfs.isfile(os.path.join(os.path.join(os.path.dirname(item.filename),
!                                                 'cover.jpg'))):
              return []
          
--- 155,159 ----
          # do don't call this when we have an image
          if item.type == 'audio' and item.filename and \
!            vfs.isfile(os.path.join(os.path.dirname(item.filename), 
'cover.jpg')):
              return []
          



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to