X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=Builder3%2FWindow.js;h=56f5734fd14b96148208e3d33d272f77fe1432b1;hp=90a079e6e0d4099ebfe9b1ee10b1ec97767698a6;hb=650cbbc14ee963ea7dd39034de1feb62cd21beb8;hpb=06b70482b21e29c369e1b733bd51afe6dcec0d8a diff --git a/Builder3/Window.js b/Builder3/Window.js index 90a079e6e..56f5734fd 100644 --- a/Builder3/Window.js +++ b/Builder3/Window.js @@ -7,7 +7,7 @@ GObject = imports.gi.GObject; GtkSource = imports.gi.GtkSource; WebKit = imports.gi.WebKit; Vte = imports.gi.Vte; -GtkClutter = imports.gi.GtkClutter; +//GtkClutter = imports.gi.GtkClutter; console = imports.console; XObject = imports.XObject.XObject; Window=new XObject({ @@ -635,11 +635,11 @@ Window=new XObject({ return true; }, drag_data_received : function (self, ctx, x, y, sel_data, info, time) { - print("Tree: drag-data-received"); + print("Tree: drag-data-received"); var delete_selection_data = false; var dnd_success = false; - print(JSON.stringify(sel_data, null,4)); + //print(JSON.stringify(sel_data, null,4)); /* Deal with what we are given from source */ // simce I can not be bothered to sort out