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

Modified Files:
        __init__.py 
Log Message:
remove update function

Index: __init__.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/__init__.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** __init__.py 31 Dec 2003 16:42:40 -0000      1.16
--- __init__.py 3 Jan 2004 17:40:27 -0000       1.17
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.17  2004/01/03 17:40:27  dischi
+ # remove update function
+ #
  # Revision 1.16  2003/12/31 16:42:40  dischi
  # changes, related to item.py changes
***************
*** 31,46 ****
  # make fxd item parser _much_ simpler
  #
- # Revision 1.9  2003/11/24 19:25:46  dischi
- # use new fxditem
- #
- # Revision 1.8  2003/11/23 17:03:43  dischi
- # Removed fxd handling from AudioItem and created a new FXDHandler class
- # in __init__.py to let the directory handle the fxd files. The format
- # of audio fxd files changed a bit to match the video fxd format. See
- # __init__.py for details.
- #
- # Revision 1.7  2003/09/21 13:15:56  dischi
- # handle audio fxd files correctly
- #
  # -----------------------------------------------------------------------
  # Freevo - A Home Theater PC framework
--- 34,37 ----
***************
*** 115,133 ****
  
          return items
- 
- 
-     def update(self, parent, new_files, del_files, new_items, del_items, 
current_items):
-         """
-         update a directory. Add items to del_items if they had to be removed based on
-         del_files or add them to new_items based on new_files
-         """
-         for item in current_items:
-             for file in util.find_matches(del_files, config.AUDIO_SUFFIX):
-                 if item.type == 'audio' and item.filename == file:
-                     del_items += [ item ]
-                     del_files.remove(file)
- 
-         new_items += self.get(parent, new_files)
- 
  
  
--- 106,109 ----




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to