From 6e26cdb8364f4898904cc5a6453acef0f0c50da0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 5 Aug 2010 09:26:22 +0800 Subject: [PATCH] Sample/Window.js --- Sample/Window.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Sample/Window.js b/Sample/Window.js index 4e369d8b4..1622d279c 100644 --- a/Sample/Window.js +++ b/Sample/Window.js @@ -3026,6 +3026,7 @@ Window=new XObject({ GLib.timeout_add_seconds(0, 2, function() { print("run refresh?"); _this.runRefresh(); + return true; }); -- 2.39.2