From: Alan Knowles Date: Thu, 5 Aug 2010 01:25:23 +0000 (+0800) Subject: Sample/Window.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=53fa8df68720fff76ba68978fd498ed8efe18f7b;p=app.Builder.js Sample/Window.js --- diff --git a/Sample/Window.js b/Sample/Window.js index 7cfacc7e2..bd7ff2484 100644 --- a/Sample/Window.js +++ b/Sample/Window.js @@ -3023,8 +3023,8 @@ Window=new XObject({ // print("RB: TARGETS : " + LeftTree.atoms["STRING"]); Gtk.drag_dest_set_target_list(this.el, this.get('/Window').targetList); - GLib.timeout_add(GLib.PRIORITY_DEFAULT_IDLE, 200, function() { - print("run refresh?"); + GLib.timeout_add_seconds(2, function() { + print("run refresh?"); _this.runRefresh(); });