aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tkdnd-plugin.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tkdnd-plugin.tcl b/tkdnd-plugin.tcl
index 06a6e76..df8ad82 100644
--- a/tkdnd-plugin.tcl
+++ b/tkdnd-plugin.tcl
@@ -32,5 +32,6 @@ proc ::pddnd::pdtk_canvas_makeobjs {mytoplevel files x y} {
pdsend "$mytoplevel obj $x [expr $y + ($c * 30)] $obj"
incr c
}
- }
+ }
+ return "link"
}