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

Modified Files:
        directory.py 
Log Message:
keep old image if no cover is found

Index: directory.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/directory.py,v
retrieving revision 1.154
retrieving revision 1.155
diff -C2 -d -r1.154 -r1.155
*** directory.py        10 Apr 2005 18:08:05 -0000      1.154
--- directory.py        11 Apr 2005 18:40:08 -0000      1.155
***************
*** 120,124 ****
  
          # get cover from cache
!         self.image = self.info['cover']
          
          # store FileInformation for moving/copying
--- 120,126 ----
  
          # get cover from cache
!         image = self.info['cover']
!         if image:
!             self.image = image
          
          # store FileInformation for moving/copying



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to