Update of /cvsroot/pythoncard/PythonCard/components
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3487/components
Modified Files:
iehtmlwindow.py
Log Message:
tossed unneeded classes from event.py, removed references to Handler
Index: iehtmlwindow.py
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/components/iehtmlwindow.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** iehtmlwindow.py 4 May 2004 20:49:11 -0000 1.15
--- iehtmlwindow.py 5 May 2004 03:51:54 -0000 1.16
***************
*** 206,210 ****
# is created than to reparse for each component
#self.eventIdToHandler[eventClass.id] = handler
! self.eventIdToHandler[eventClass.id] = handler.getFunction()
if 0:
--- 206,211 ----
# is created than to reparse for each component
#self.eventIdToHandler[eventClass.id] = handler
! #self.eventIdToHandler[eventClass.id] = handler.getFunction()
! self.eventIdToHandler[eventClass.id] = handler
if 0:
|