From 9d253e670cfc746a4908c9b8f830da8914f1e492 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 5 May 2011 16:48:03 +0800 Subject: [PATCH] Builder3/Window.js --- Builder3/Window.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Builder3/Window.js b/Builder3/Window.js index bdf6448c1..22f82aa37 100644 --- a/Builder3/Window.js +++ b/Builder3/Window.js @@ -4031,7 +4031,7 @@ Window=new XObject({ var pix = this.el.create_row_drag_icon ( path); - + print(pix); if (Gtk.drag_set_icon_surface) { Gtk.drag_set_icon_surface( ctx, pix ); } else { -- 2.39.2