Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv15592

Modified Files:
        event.py 
Log Message:
add PLAY_START

Index: event.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/event.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** event.py    28 Aug 2003 03:46:13 -0000      1.18
--- event.py    1 Sep 2003 16:40:53 -0000       1.19
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.19  2003/09/01 16:40:53  dischi
+ # add PLAY_START
+ #
  # Revision 1.18  2003/08/28 03:46:13  outlyer
  # Support for Chapter-by-chapter navigation in DVDs using the CH+ and CH- keys.
***************
*** 142,146 ****
  TOGGLE_OSD             = Event('TOGGLE_OSD')
  
- 
  #
  # Video module
--- 145,148 ----
***************
*** 433,434 ****
--- 435,438 ----
  DVD_PROTECTED   = Event('DVD_PROTECTED')
  AUDIO_PLAY_END  = Event('AUDIO_PLAY_END')
+ PLAY_START      = Event('PLAY_START')
+ 




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to