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

Modified Files:
        tv_util.py 
Log Message:
String / Unicode fix.


Index: tv_util.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/tv_util.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** tv_util.py  11 Oct 2003 17:57:39 -0000      1.1
--- tv_util.py  28 Apr 2004 21:19:19 -0000      1.2
***************
*** 7,10 ****
--- 7,13 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.2  2004/04/28 21:19:19  rshortt
+ # String / Unicode fix.
+ #
  # Revision 1.1  2003/10/11 17:57:39  rshortt
  # Sorry, there was a namespace issue with having a tv.py module here.  For
***************
*** 87,92 ****
      
      mask = config.TV_RECORDFILE_MASK   # '%%m-%%d %%H:%%M %(progname)s - %(title)s'
!     filename_array = { 'progname': prog.title,
!                        'title'   : prog.sub_title }
  
      filemask = mask % filename_array
--- 90,95 ----
      
      mask = config.TV_RECORDFILE_MASK   # '%%m-%%d %%H:%%M %(progname)s - %(title)s'
!     filename_array = { 'progname': String(prog.title),
!                        'title'   : String(prog.sub_title) }
  
      filemask = mask % filename_array



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to