From: Alan Knowles Date: Fri, 30 Jan 2015 08:28:39 +0000 (+0800) Subject: Builder4/WindowLeftTree.vala X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=2ec8024d73be69ec4fdb0c20ccc726b1aa2e7ebf;p=app.Builder.js Builder4/WindowLeftTree.vala --- diff --git a/Builder4/WindowLeftTree.vala b/Builder4/WindowLeftTree.vala index 6640aa173..47097954c 100644 --- a/Builder4/WindowLeftTree.vala +++ b/Builder4/WindowLeftTree.vala @@ -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() + "|%d".format(pos); + targetData = path.to_string() + "|%d".format((int)pos); } else {