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

Modified Files:
        recordserver.py 
Log Message:
fix unicode problem

Index: recordserver.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/recordserver.py,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** recordserver.py     13 Mar 2004 22:36:44 -0000      1.36
--- recordserver.py     18 Apr 2004 08:23:44 -0000      1.37
***************
*** 7,10 ****
--- 7,13 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.37  2004/04/18 08:23:44  dischi
+ # fix unicode problem
+ #
  # Revision 1.36  2004/03/13 22:36:44  dischi
  # fix crashes on debug (unicode again)
***************
*** 476,482 ****
                          
                  if delay_recording:
!                     _debug_('delaying: %s' % prog)
                  else:
!                     _debug_('going to record: %s' % prog)
                      prog.isRecording = TRUE
                      prog.rec_duration = duration
--- 479,485 ----
                          
                  if delay_recording:
!                     _debug_('delaying: %s' % String(prog))
                  else:
!                     _debug_('going to record: %s' % String(prog))
                      prog.isRecording = TRUE
                      prog.rec_duration = duration



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to