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

Modified Files:
        cache.py 
Log Message:
do not remove num_ infos we already have

Index: cache.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/cache.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** cache.py    27 Feb 2004 20:41:38 -0000      1.28
--- cache.py    13 Mar 2004 22:36:16 -0000      1.29
***************
*** 12,15 ****
--- 12,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.29  2004/03/13 22:36:16  dischi
+ # do not remove num_ infos we already have
+ #
  # Revision 1.28  2004/02/27 20:41:38  dischi
  # better rebuild
***************
*** 332,340 ****
          d = directory.DirItem(s, None)
  
-         # remove all infos starting with 'num_' to force rebuild
-         for k in copy.copy(d.info.metadata):
-             if k.startswith('num_'):
-                 d.info.delete(k)
- 
          # rebuild metainfo
          d.create_metainfo()
--- 335,338 ----



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to