diff options
author | petasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e> | 2011-03-18 13:32:28 (GMT) |
---|---|---|
committer | petasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e> | 2011-03-18 13:32:28 (GMT) |
commit | 9afa15c7129b7f6a4da77355fc428dd0a156d4ea (patch) | |
tree | 0bd1f6b5c14d56dccf2ba833a8a3420de76bc638 /Changelog | |
parent | 0537dcf41109ab0d500a9a958264e067e6339dc0 (diff) | |
download | tkdnd-9afa15c7129b7f6a4da77355fc428dd0a156d4ea.zip tkdnd-9afa15c7129b7f6a4da77355fc428dd0a156d4ea.tar.gz tkdnd-9afa15c7129b7f6a4da77355fc428dd0a156d4ea.tar.bz2 |
Bug fix in xdnd::_GetDroppedData.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2011-03-18 Petasis George <petasis@iit.demokritos.gr> + * library/tkdnd_unix.tcl: Fixed a bug in xdnd::_GetDroppedData, where + an improper error was thrown in case no common types were found between + the drag source and drop target widgets. Now a more appropriate error + is returned. + 2011-01-14 Petasis George <petasis@iit.demokritos.gr> * library/tkdnd_unix.tcl: Added support for accepting drops, if TIP 370 is finally approved. Changes tested with a preliminary TIP 370 |