diff options
author | a_kovalenko <a_kovalenko> | 2010-06-22 14:02:31 (GMT) |
---|---|---|
committer | a_kovalenko <a_kovalenko> | 2010-06-22 14:02:31 (GMT) |
commit | 99841d6f97825b53e287980812a7fa1e050a3beb (patch) | |
tree | d856dc2e8d1d9e3021184b4669eba49c4902cc91 /ChangeLog | |
parent | 34a64900388376b9d06d12ffae7b631df27ed9d1 (diff) | |
download | tk-99841d6f97825b53e287980812a7fa1e050a3beb.zip tk-99841d6f97825b53e287980812a7fa1e050a3beb.tar.gz tk-99841d6f97825b53e287980812a7fa1e050a3beb.tar.bz2 |
[Patch #3019624] fix "place" command segfault on half-dead app main window.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2010-06-22 Anton Kovalenko <a_kovalenko@users.sf.net> + + * generic/tkPlace.c: [Patch #3019624] modify "place" command, + making it get main window through ClientData (like grid or pack + do), instead of calling Tk_MainWindow(interp). + * generic/tkWindow.c: modify "place" entry in commands[], + turn on passMainWindow flag. + 2010-06-22 Jan Nijtmans <nijtmans@users.sf.net> * generic/ttk/ttkGenStubs.tcl [Bug #3019363] "make genstubs" failure |