From 3addfd93b6fdcb56bd5bb8a1a0519bf4ce28871f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 4 Nov 2010 11:15:56 +0800 Subject: [PATCH] Sample/Editor.bjs --- Sample/Editor.bjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sample/Editor.bjs b/Sample/Editor.bjs index 3b66208af..80b5543b1 100644 --- a/Sample/Editor.bjs +++ b/Sample/Editor.bjs @@ -17,7 +17,7 @@ "title": "Application Builder - Editor", "width_request": 500, "xtype": "Window", - "|": "function() {\n \n}\n", + "|": "function() {\n return this.get('/Editor.RightEditor').save();\n}\n", "|init": "function() {\n XObject.prototype.init.call(this);\n // this.show_all();\n}\n", "|xns": "Gtk", "items": [ -- 2.39.2