From: Kevin A. <ka...@us...> - 2004-05-02 19:56:25
|
Update of /cvsroot/pythoncard/PythonCard/components In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24188/components Modified Files: textfield.py Log Message: fixed boundEvents reference Index: textfield.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/components/textfield.py,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** textfield.py 2 May 2004 19:49:57 -0000 1.27 --- textfield.py 2 May 2004 19:56:17 -0000 1.28 *************** *** 289,293 **** if 0: print "\n boundEvents:" ! for name in boundEvents.values(): print " ", name print "\n\n" --- 289,293 ---- if 0: print "\n boundEvents:" ! for name in self.boundEvents.values(): print " ", name print "\n\n" |