From 9b02062223fabc965369beb4c86115714ad276c3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 1 Nov 2010 10:36:05 +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 c212249db..185245232 100644 --- a/Sample/Editor.bjs +++ b/Sample/Editor.bjs @@ -41,7 +41,7 @@ "id": "RightEditor", "pack": "add", "xtype": "ScrolledWindow", - "|save": "function() {\n this.get('/LeftPanel.model').changed( str , false);\n}\n", + "|save": "function() {\n this.get('/LeftPanel.model').changed( str , false);\n this.get('/Editor').dirty = false;\n}\n", "|xns": "Gtk", "items": [ { -- 2.39.2