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

Modified Files:
        fxdhandler.py 
Log Message:
make sure url is a string

Index: fxdhandler.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/fxdhandler.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** fxdhandler.py       8 Feb 2004 05:33:30 -0000       1.17
--- fxdhandler.py       14 Feb 2004 12:59:26 -0000      1.18
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.18  2004/02/14 12:59:26  dischi
+ # make sure url is a string
+ #
  # Revision 1.17  2004/02/08 05:33:30  outlyer
  # Removed some debug print.
***************
*** 84,88 ****
          parse a subitem from <video>
          """
!         filename   = fxd.gettext(node)
          media_id   = fxd.getattr(node, 'media-id')
          mode       = node.name
--- 87,91 ----
          parse a subitem from <video>
          """
!         filename   = String(fxd.gettext(node))
          media_id   = fxd.getattr(node, 'media-id')
          mode       = node.name
***************
*** 102,106 ****
          if mode == 'url':
              return id, filename, media_id, options, player, playlist
!         return id, '%s://%s' % (mode, filename), media_id, options, player, playlist
      
  
--- 105,109 ----
          if mode == 'url':
              return id, filename, media_id, options, player, playlist
!         return id, String('%s://%s' % (mode, filename)), media_id, options, player, 
playlist
      
  
***************
*** 108,112 ****
  
      dirname  = os.path.dirname(fxd.filename)
- 
      image      = ''
      title      = fxd.getattr(node, 'title')
--- 111,114 ----



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to