From 215717666ad1cbb517953d92a68f08ca9dae6ccd Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 5 Jul 2010 15:55:43 +0800 Subject: [PATCH] Sample/Window.js --- Sample/Window.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Sample/Window.js b/Sample/Window.js index d374aaf8a..ddae308e5 100644 --- a/Sample/Window.js +++ b/Sample/Window.js @@ -2911,8 +2911,11 @@ Window=new XObject({ //create_inspector_cb }); - - this.el.open('file:///' + __script_path__ + '/../builder.html'); + this.el.load_html_string( "Render not ready" , + //fixme - should be a config option! + 'http://www.akbkhome.com/e/' + ); + //this.el.open('file:///' + __script_path__ + '/../builder.html'); Gtk.drag_dest_set ( -- 2.39.2