aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-11-25 03:58:07 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-11-25 03:58:07 +0000
commit99ef672e3a1e69d8d4059f10855fd5b0889b6378 (patch)
treef4e386c31d69ab72568aa628676255d67bcef195
parenteab8eae2f2ef07bb680b73810d024b89829acd68 (diff)
drop procs are supposed to return how they used the dropped files
svn path=/trunk/scripts/guiplugins/simple_examples/; revision=16579
-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"
}