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

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