From 57e7d5688a16787931375f9c4d5ce9f9127424ca Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 13 Oct 2014 13:14:04 +0800 Subject: [PATCH] Builder4/WindowLeftTree.vala --- Builder4/WindowLeftTree.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Builder4/WindowLeftTree.vala b/Builder4/WindowLeftTree.vala index 1feead23e..7d6b3d25f 100644 --- a/Builder4/WindowLeftTree.vala +++ b/Builder4/WindowLeftTree.vala @@ -308,7 +308,7 @@ public class Xcls_WindowLeftTree : Object } - print("button mask?: %d\n", this.el.get_modifier_mask()); + //print("button mask?: %d\n", this.el.get_modifier_mask()); //print("GETTING POS"); var targetData = ""; @@ -555,7 +555,7 @@ public class Xcls_WindowLeftTree : Object var dropList = _this.model.file.palete().getDropList(dropNodeType); print("dropList: %s\n", string.joinv(" , ", dropList)); - print("button mask?: %d\n", this.el.get_modifier_mask()); + //print("button mask?: %d\n", this.el.get_modifier_mask()); // 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); -- 2.39.2