Update of /cvsroot/freevo/freevo/src/www/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8721
Modified Files:
record.rpy edit_favorite.rpy
Log Message:
unicode patch
Index: record.rpy
===================================================================
RCS file: /cvsroot/freevo/freevo/src/www/htdocs/record.rpy,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** record.rpy 12 Mar 2004 03:05:50 -0000 1.15
--- record.rpy 11 Apr 2004 06:51:17 -0000 1.16
***************
*** 12,15 ****
--- 12,18 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.16 2004/04/11 06:51:17 dischi
+ # unicode patch
+ #
# Revision 1.15 2004/03/12 03:05:50 outlyer
# Use the episode title where available.
***************
*** 147,151 ****
prog = what
! print 'want to remove prog: %s' % prog
ri.removeScheduledRecording(prog)
elif action == 'add':
--- 150,154 ----
prog = what
! print 'want to remove prog: %s' % String(prog)
ri.removeScheduledRecording(prog)
elif action == 'add':
***************
*** 163,167 ****
)
)+\
! ( ' <i>(%s)</i>' % prog ) ] )
return String(fv.res)
--- 166,170 ----
)
)+\
! ( ' <i>(%s)</i>' % String(prog) ) ] )
return String(fv.res)
***************
*** 169,173 ****
print 'RESULT: %s' % status
! print 'PROG: %s' % prog
ri.scheduleRecording(prog)
--- 172,176 ----
print 'RESULT: %s' % status
! print 'PROG: %s' % String(prog)
ri.scheduleRecording(prog)
Index: edit_favorite.rpy
===================================================================
RCS file: /cvsroot/freevo/freevo/src/www/htdocs/edit_favorite.rpy,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** edit_favorite.rpy 23 Feb 2004 08:33:21 -0000 1.15
--- edit_favorite.rpy 11 Apr 2004 06:51:17 -0000 1.16
***************
*** 12,15 ****
--- 12,18 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.16 2004/04/11 06:51:17 dischi
+ # unicode patch
+ #
# Revision 1.15 2004/02/23 08:33:21 gsbarbieri
# i18n: help translators job.
***************
*** 154,162 ****
'</b>'
)
! ) + (' <i>(%s)</i>' % prog) ] )
return String(fv.res)
if prog:
! print 'PROG: %s' % prog
priority = num_favorites + 1
--- 157,165 ----
'</b>'
)
! ) + (' <i>(%s)</i>' % String(prog)) ] )
return String(fv.res)
if prog:
! print 'PROG: %s' % String(prog)
priority = num_favorites + 1
-------------------------------------------------------
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