> > When I (accidentally) drag n' drop the close button of a chatwindow > > tab, the amsn closes instantly. I know it is a very silly bug, but > > it happens to me sometimes :D > > We all have that bug, seems to be a bug in TCL/TK
I think I fixed this, can people please test. The problem was that we close the window/tab on the click, but tcl must still access the canvas due to the 'drag and drop', so what I did was to run the close in an [after 0 ...], that way tcl can finish with the window before we close it. (Note that is a bug in Tcl, but if this works, which it seams to for me, then I found a workaround) ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Amsn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amsn-devel
