Update of /cvsroot/wnd/wnd/wnd/controls/treeview
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12027
Modified Files:
messagehandler.py
Log Message:
bit of this and a bit of that
Index: messagehandler.py
===================================================================
RCS file: /cvsroot/wnd/wnd/wnd/controls/treeview/messagehandler.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** messagehandler.py 15 May 2005 09:38:02 -0000 1.2
--- messagehandler.py 17 May 2005 20:14:12 -0000 1.3
***************
*** 12,16 ****
- import dbg
from wnd.controls.treeview.header import *
--- 12,15 ----
***************
*** 57,63 ****
return 0
!
! #dbg.debug(di)
!
# still not quite shure how to handle this...
# docs claim to copy the string into the buffer pointed to by
--- 56,60 ----
return 0
!
# still not quite shure how to handle this...
# docs claim to copy the string into the buffer pointed to by
|