Builder/RightGtkView.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 11 May 2010 08:20:31 +0000 (16:20 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 11 May 2010 08:20:31 +0000 (16:20 +0800)
Builder/RightGtkView.js

index 6d2bc3d..17694ee 100755 (executable)
@@ -235,6 +235,7 @@ RightGtkView = new XObject({
             src += "XObject = imports.XObject.XObject;\n"; // path?!!?
             
             src += '_top=new XObject('+ this.mungeToString(data) + ')\n;';
+            src += '_top.init();\n';
             src += '_top.el.show_all();\n';
             var x = new imports.sandbox.Context();
             x.add_globals();