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

Modified Files:
        bookmarker.py 
Log Message:
some unicode fixes

Index: bookmarker.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/bookmarker.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** bookmarker.py       11 Feb 2004 20:12:29 -0000      1.10
--- bookmarker.py       22 Feb 2004 20:33:48 -0000      1.11
***************
*** 21,24 ****
--- 21,27 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.11  2004/02/22 20:33:48  dischi
+ # some unicode fixes
+ #
  # Revision 1.10  2004/02/11 20:12:29  dischi
  # use new mmpython mpeg seek feature
***************
*** 115,119 ****
              time = '%0.2d:%0.2d:%0.2d' % (hour,min,sec)
              # set a new title
!             file.name = _('Jump to %s') % (time)
              if hasattr(file, 'tv_show'):
                  del file.tv_show
--- 118,122 ----
              time = '%0.2d:%0.2d:%0.2d' % (hour,min,sec)
              # set a new title
!             file.name = Unicode(_('Jump to %s') % (time))
              if hasattr(file, 'tv_show'):
                  del file.tv_show



-------------------------------------------------------
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