Update of /cvsroot/freevo/freevo/src/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv30892/plugins

Modified Files:
        rom_drives.py 
Log Message:
use new set_xml_file function in DirItem

Index: rom_drives.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/rom_drives.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** rom_drives.py       23 Aug 2003 12:51:42 -0000      1.21
--- rom_drives.py       23 Aug 2003 18:35:40 -0000      1.22
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.22  2003/08/23 18:35:40  dischi
+ # use new set_xml_file function in DirItem
+ #
  # Revision 1.21  2003/08/23 12:51:42  dischi
  # removed some old CVS log messages
***************
*** 609,615 ****
          if more_info:
              media.info.info = more_info
!         if xml_file:
!             media.info.xml_file = xml_file
! 
          if len(mplayer_files) == 1:
              media.videoinfo = VideoItem(mplayer_files[0], None)
--- 612,618 ----
          if more_info:
              media.info.info = more_info
!         if xml_file and not media.info.xml_file:
!             media.info.set_xml_file(xml_file)
!             
          if len(mplayer_files) == 1:
              media.videoinfo = VideoItem(mplayer_files[0], None)




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to