typo
authorAlan <alan@roojs.com>
Fri, 5 Jan 2024 07:56:41 +0000 (15:56 +0800)
committerAlan <alan@roojs.com>
Fri, 5 Jan 2024 07:56:41 +0000 (15:56 +0800)
src/Project/Project.vala

index e44b1f3..7213b22 100644 (file)
@@ -834,7 +834,7 @@ namespace Project {
                        }
                        var sp = this.findDir(pfile.dir);
                        sp.childfiles.append(pfile);    
-                       this.file.set(pfile.path, pfile);
+                       this.files.set(pfile.path, pfile);
                        
                        this.on_changed();
                }