Update of /cvsroot/freevo/freevo/src/tv/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv32391
Modified Files: tvtime.py Log Message: better osd message support Index: tvtime.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/tv/plugins/tvtime.py,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** tvtime.py 6 Jan 2004 00:29:45 -0000 1.26 --- tvtime.py 6 Jan 2004 00:58:40 -0000 1.27 *************** *** 10,13 **** --- 10,16 ---- # ----------------------------------------------------------------------- # $Log$ + # Revision 1.27 2004/01/06 00:58:40 mikeruelle + # better osd message support + # # Revision 1.26 2004/01/06 00:29:45 mikeruelle # fix regex for version detect and start osd message support *************** *** 552,558 **** elif event == em.OSD_MESSAGE: #this doesn't work ! #self.app.write('DISPLAY_MESSAGE %s\nENTER\n' % event.arg) #this does ! os.system('tvtime-command display_message \'%s\' enter' % event.arg) return True --- 555,561 ---- elif event == em.OSD_MESSAGE: #this doesn't work ! #self.app.write('display_message %s\n' % event.arg) #this does ! os.system('tvtime-command display_message \'%s\'' % event.arg) return True ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Freevo-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog