From a713a5ac6b56c640a42e1d5518816780147ab621 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 5 Aug 2010 09:25:42 +0800 Subject: [PATCH] Sample/Window.js --- Sample/Window.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sample/Window.js b/Sample/Window.js index bd7ff2484..4e369d8b4 100644 --- a/Sample/Window.js +++ b/Sample/Window.js @@ -3023,7 +3023,7 @@ Window=new XObject({ // print("RB: TARGETS : " + LeftTree.atoms["STRING"]); Gtk.drag_dest_set_target_list(this.el, this.get('/Window').targetList); - GLib.timeout_add_seconds(2, function() { + GLib.timeout_add_seconds(0, 2, function() { print("run refresh?"); _this.runRefresh(); }); -- 2.39.2