summaryrefslogtreecommitdiffstats
path: root/library/tkdnd_windows.tcl
diff options
context:
space:
mode:
authorpetasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e>2010-07-28 10:12:45 (GMT)
committerpetasis <petasis@f3661a36-4baa-549a-d6c7-40e0ffef350e>2010-07-28 10:12:45 (GMT)
commit9db3a0297f8397768c80481513009756f318037f (patch)
treeca63e2ac4af9ce4457030a235382aca466fbe0ba /library/tkdnd_windows.tcl
parentad9a547e83fda8c9732bc775e70d9aa39f7551a1 (diff)
downloadtkdnd-9db3a0297f8397768c80481513009756f318037f.zip
tkdnd-9db3a0297f8397768c80481513009756f318037f.tar.gz
tkdnd-9db3a0297f8397768c80481513009756f318037f.tar.bz2
Fixed bug 2169256
Diffstat (limited to 'library/tkdnd_windows.tcl')
-rw-r--r--library/tkdnd_windows.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/tkdnd_windows.tcl b/library/tkdnd_windows.tcl
index 16d66f0..b7bbe8a 100644
--- a/library/tkdnd_windows.tcl
+++ b/library/tkdnd_windows.tcl
@@ -210,7 +210,7 @@ proc olednd::_HandleDrop { drop_target pressedkeys rootX rootY _type data } {
%ST \{$_typelist\} %TT \{$_types\} \
%A $_action %a \{$_actionlist\} \
%b \{$_pressedkeys\} %m \{$_pressedkeys\} \
- %D \{$data\} %e <<Drop:$type>> \
+ %D [list $data] %e <<Drop:$type>> \
%L \{$_typelist\} %% % \
%t \{$_typelist\} %T \{[lindex $_common_drag_source_types 0]\} \
%c \{$_codelist\} %C \{[lindex $_codelist 0]\} \
@@ -226,7 +226,7 @@ proc olednd::_HandleDrop { drop_target pressedkeys rootX rootY _type data } {
%ST \{$_typelist\} %TT \{$_types\} \
%A $_action %a \{$_actionlist\} \
%b \{$_pressedkeys\} %m \{$_pressedkeys\} \
- %D \{$data\} %e <<Drop>> \
+ %D [list $data] %e <<Drop>> \
%L \{$_typelist\} %% % \
%t \{$_typelist\} %T \{[lindex $_common_drag_source_types 0]\} \
%c \{$_codelist\} %C \{[lindex $_codelist 0]\} \