Re: bug in createcommand
Steven Miale (smiale@cs.indiana.edu)
Wed, 08 Jun 1994 11:50:11 -0500
> Here's a patch to Steen's tkintermodule.c which fixes Steve Miale's
> problem. There were a few mistakes in the refcnt handling (I know, I
> know, reference count are a nightmare...)
I made the patch and took out the call to mainloop() in everytime(),
but I get:
called Tcl_CreateHashEntry on deleted tableAbort
as an error message.
Steve