diff options
author | hobbs <hobbs> | 2002-12-09 00:32:45 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-12-09 00:32:45 (GMT) |
commit | 5673b945b7917ec0962ce23d750509e920e0d8b1 (patch) | |
tree | 9c56dd8b552146b5f2ff20d9bf7bdd87ea8aa1f1 /ChangeLog | |
parent | 2d586e08cc39e7b60583ad1e2368591708613c08 (diff) | |
download | tk-5673b945b7917ec0962ce23d750509e920e0d8b1.zip tk-5673b945b7917ec0962ce23d750509e920e0d8b1.tar.gz tk-5673b945b7917ec0962ce23d750509e920e0d8b1.tar.bz2 |
* generic/tkEntry.c (ConfigureEntry): keep a flag to indicate when
a var is traced to prevent double-traces caused by configuring the
widget in traces with validation on. (dejong)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-12-08 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tkEntry.c (ConfigureEntry): keep a flag to indicate when + a var is traced to prevent double-traces caused by configuring the + widget in traces with validation on. (dejong) + 2002-12-07 Jeff Hobbs <jeffh@ActiveState.com> * generic/tkInt.decls: add TkWinSetHINSTANCE decl |