Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv27287/src
Modified Files: event.py Log Message: Fix for when event arg is 0, like with INPUT_0. Index: event.py =================================================================== RCS file: /cvsroot/freevo/freevo/src/event.py,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** event.py 24 Jun 2003 17:41:09 -0000 1.13 --- event.py 12 Jul 2003 19:56:18 -0000 1.14 *************** *** 10,13 **** --- 10,16 ---- # ----------------------------------------------------------------------- # $Log$ + # Revision 1.14 2003/07/12 19:56:18 rshortt + # Fix for when event arg is 0, like with INPUT_0. + # # Revision 1.13 2003/06/24 17:41:09 dischi # added mixer keys *************** *** 86,90 **** self.context = None ! if arg: self.arg = arg --- 89,93 ---- self.context = None ! if arg or arg == 0: self.arg = arg ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _______________________________________________ Freevo-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog