diff options
author | hobbs <hobbs> | 2002-12-09 00:32:45 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-12-09 00:32:45 (GMT) |
commit | 49f7bb3831b395feff6c11bb9238cc67d756976d (patch) | |
tree | 9c56dd8b552146b5f2ff20d9bf7bdd87ea8aa1f1 /ChangeLog | |
parent | 680d73630cfea36edcd12f0a87dbbad038d60e8a (diff) | |
download | tk-49f7bb3831b395feff6c11bb9238cc67d756976d.zip tk-49f7bb3831b395feff6c11bb9238cc67d756976d.tar.gz tk-49f7bb3831b395feff6c11bb9238cc67d756976d.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 |