Builder3/Window.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 5 May 2011 08:35:02 +0000 (16:35 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 5 May 2011 08:35:02 +0000 (16:35 +0800)
Builder3/Window.js

index 5d8adc2..52f8869 100644 (file)
@@ -2992,7 +2992,7 @@ Window=new XObject({
                                                                                                 // A) find out from drag all the places that node could be dropped.
                                                                                                 var src = Gtk.drag_get_source_widget(ctx);
                                                                                                 if (!src.dropList) {
                                                                                                 // A) find out from drag all the places that node could be dropped.
                                                                                                 var src = Gtk.drag_get_source_widget(ctx);
                                                                                                 if (!src.dropList) {
-                                                                                                    ctx.drag_status(0, time);
+                                                                                                    Gdk.drag_status(ctx,0, time);
                                                                                                     return true;
                                                                                                 }
                                                                                                 // b) get what we are over.. (from activeNode)
                                                                                                     return true;
                                                                                                 }
                                                                                                 // b) get what we are over.. (from activeNode)