Builder4/WindowLeftTree.vala
authorAlan Knowles <alan@roojs.com>
Fri, 30 Jan 2015 08:25:19 +0000 (16:25 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 30 Jan 2015 08:25:19 +0000 (16:25 +0800)
Builder4/WindowLeftTree.vala

index ddb93e5..eefed89 100644 (file)
@@ -559,7 +559,7 @@ public class Xcls_WindowLeftTree : Object
                     
                     // if drag action is link ... then we can drop it anywahere...
                      if ((ctx.get_actions() & Gdk.DragAction.LINK) > 0) {
-                             targetData = path.to_string() + "";
+                             targetData = path.to_string() + "|%d".printf(pos);
                      } else {