src/Builder4/Editor.bjs
[app.Builder.js] / src / Builder4 / Editor.vala
index 20a2240..a5758af 100644 (file)
@@ -544,11 +544,14 @@ public class Editor : Object
             
             
             var err = obj.get_object_member(type);
-            var valafn = _this.file.path;
+            
+            
             if (_this.file == null) {
-                return;
-            }
+                return true;
             
+            }
+            var valafn = _this.file.path;
+            print("%s : %s", _this.file.path, _this.file.xtype);
             if (_this.file.xtype != "PlainFile") {