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

index 1feead2..7d6b3d2 100644 (file)
@@ -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);