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

index e4edc1e..1feead2 100644 (file)
@@ -308,7 +308,7 @@ public class Xcls_WindowLeftTree : Object
               }    
             
             
-              print("button mask?: %d\n", this.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.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);