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

Modified Files:
        db.py 
Log Message:
bugfix: clean mtime_dep list on update

Index: db.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/mediadb/db.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** db.py       10 Apr 2005 11:20:50 -0000      1.5
--- db.py       10 Apr 2005 18:59:22 -0000      1.6
***************
*** 291,294 ****
--- 291,295 ----
              for key in info['mtime_dep']:
                  del info[key]
+             info['mtime_dep'] = []
              if callback:
                  callback()



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