Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv12478
Modified Files: event.py Log Message: Fix seeking in video too... Index: event.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/event.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** event.py 28 May 2003 19:54:23 -0000 1.4 --- event.py 29 May 2003 03:28:22 -0000 1.5 *************** *** 10,13 **** --- 10,16 ---- # ----------------------------------------------------------------------- # $Log$ + # Revision 1.5 2003/05/29 03:28:22 outlyer + # Fix seeking in video too... + # # Revision 1.4 2003/05/28 19:54:23 outlyer # REW/FFWD were reversed (REW was going forward, FFWD was going backwards) *************** *** 290,295 **** 'LEFT' : Event(SEEK, arg=-60), 'RIGHT' : Event(SEEK, arg=60), ! 'REW' : Event(SEEK, arg=10), ! 'FFWD' : Event(SEEK, arg=-10), 'MENU' : MENU, 'DISPLAY' : TOGGLE_OSD, --- 293,298 ---- 'LEFT' : Event(SEEK, arg=-60), 'RIGHT' : Event(SEEK, arg=60), ! 'REW' : Event(SEEK, arg=-10), ! 'FFWD' : Event(SEEK, arg=10), 'MENU' : MENU, 'DISPLAY' : TOGGLE_OSD, ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Freevo-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog