From: Alan Knowles Date: Thu, 5 Aug 2010 01:25:42 +0000 (+0800) Subject: Sample/Window.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=a713a5ac6b56c640a42e1d5518816780147ab621;p=app.Builder.js Sample/Window.js --- 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(); });