if delay_recording:
_debug_('delaying: %s' % prog)
else:
_debug_('going to record: %s' % prog)
prog.isRecording = TRUE
should be
if delay_recording:
_debug_('delaying: %s' % String(prog))
else:
_debug_('going to record: %s' % String(prog))
prog.isRecording = TRUE
------------------------------------------------------- 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-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
