[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mash/mash-1/mb mb-ps.cc
Update of /usr/mash/src/repository/mash/mash-1/mb
In directory gumby.cs.berkeley.edu:/tmp/cvs-serv7584
Modified Files:
mb-ps.cc
Log Message:
Fixed Tcl/Tk 8.3.3 compatibility problem. Tk_CreateItemType was getting
called very early, before Tcl/Tk had a chance to start up. You can't call it
before the stubs get initialized. I changed it so it doesn't call
Tk_CreateItemType until the object first gets called.