src/Builder4/Editor.bjs
[app.Builder.js] / src / Builder4 / Editor.vala
index 1d2a1b4..5d933b5 100644 (file)
@@ -91,7 +91,7 @@ public class Editor : Object
                  this.node.props.set(key,str);
             }
         } else {
-            _this.file.contents = str;
+            _this.file.setSource(  str );
          }
         
         // call the signal..