Builder4/WindowLeftTree.vala
authorAlan Knowles <alan@roojs.com>
Mon, 13 Oct 2014 04:22:43 +0000 (12:22 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 13 Oct 2014 04:22:43 +0000 (12:22 +0800)
Builder4/WindowLeftTree.vala

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