src/Palete/ValaSource.vala
authorAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 08:15:45 +0000 (16:15 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 08:15:45 +0000 (16:15 +0800)
src/Palete/ValaSource.vala

index bcdcaa9..d6ab643 100644 (file)
@@ -58,13 +58,10 @@ namespace Palete {
                                        string prop,
                                        string ptype,
                                        string val
-                                        )
+                                )
                {
-                       
-                       this.project = file.project;
-                       this.filepath = file.path;
-                       this.build_module = file.build_module;
-                       
+                       this.file = file;
+                       
                        
                        Gee.HashMap<int,string> ret = new Gee.HashMap<int,string> ();
                        var hash = ptype == "listener" ? node.listeners : node.props;