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

Modified Files:
        fxditem.py 
Log Message:
add <info> tag to a container

Index: fxditem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/fxditem.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** fxditem.py  1 Dec 2003 19:06:46 -0000       1.5
--- fxditem.py  6 Dec 2003 13:45:09 -0000       1.6
***************
*** 27,30 ****
--- 27,33 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.6  2003/12/06 13:45:09  dischi
+ # add <info> tag to a container
+ #
  # Revision 1.5  2003/12/01 19:06:46  dischi
  # better handling of the MimetypePlugin
***************
*** 197,201 ****
          self.type     = fxd.getattr(node, 'type', '')
          self.xml_file = fxd.getattr(None, 'filename', '')
! 
          self.image    = fxd.childcontent(node, 'cover-img')
          if self.image:
--- 200,204 ----
          self.type     = fxd.getattr(node, 'type', '')
          self.xml_file = fxd.getattr(None, 'filename', '')
!         
          self.image    = fxd.childcontent(node, 'cover-img')
          if self.image:
***************
*** 217,221 ****
                      handler(fxd, child)
                      break
!                 
          # restore settings
          fxd.setattr(None, 'parent', self.parent)
--- 220,226 ----
                      handler(fxd, child)
                      break
! 
!         fxd.parse_info(fxd.get_children(node, 'info', 1), self)
! 
          # restore settings
          fxd.setattr(None, 'parent', self.parent)




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to