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

Modified Files:
        event.py 
Log Message:
INPUT_EXIT was the same as INPUT_ENTER


Index: event.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/event.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** event.py    30 May 2003 00:53:19 -0000      1.6
--- event.py    1 Jun 2003 18:32:08 -0000       1.7
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.7  2003/06/01 18:32:08  rshortt
+ # INPUT_EXIT was the same as INPUT_ENTER
+ #
  # Revision 1.6  2003/05/30 00:53:19  rshortt
  # Various event bugfixes.
***************
*** 202,206 ****
  
  INPUT_EXIT             = Event('INPUT_EXIT')
! INPUT_ENTER            = Event('INPUT_EXIT')
  INPUT_LEFT             = Event('INPUT_LEFT')
  INPUT_RIGHT            = Event('INPUT_RIGHT')
--- 205,209 ----
  
  INPUT_EXIT             = Event('INPUT_EXIT')
! INPUT_ENTER            = Event('INPUT_ENTER')
  INPUT_LEFT             = Event('INPUT_LEFT')
  INPUT_RIGHT            = Event('INPUT_RIGHT')




-------------------------------------------------------
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

Reply via email to