diff options
author | wolfsuit <wolfsuit> | 2003-02-24 19:27:05 (GMT) |
---|---|---|
committer | wolfsuit <wolfsuit> | 2003-02-24 19:27:05 (GMT) |
commit | 68b02413629ab3ebad8f39d83c6fac20319f6f08 (patch) | |
tree | a1d1e044b10605e7da3460e603f6166940edb438 /ChangeLog | |
parent | 86b31b03bbe3009a3f9863a4c15e61d5b1566f47 (diff) | |
download | tk-68b02413629ab3ebad8f39d83c6fac20319f6f08.zip tk-68b02413629ab3ebad8f39d83c6fac20319f6f08.tar.gz tk-68b02413629ab3ebad8f39d83c6fac20319f6f08.tar.bz2 |
2003-02-24 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
* tkMacOSXDialog.c (NavServicesGetFile): Fix bug with
kNavCtlSetSelection - control data should be a pointer
not a handle.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-02-24 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> + + * tkMacOSXDialog.c (NavServicesGetFile): Fix bug with + kNavCtlSetSelection - control data should be a pointer + not a handle. + 2003-02-21 Donal K. Fellows <fellowsd@cs.man.ac.uk> * library/clrpick.tcl (color::BuildDialog): |