Project/Gtk.vala
authorAlan Knowles <alan@roojs.com>
Wed, 19 Nov 2014 10:08:32 +0000 (18:08 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Nov 2014 10:08:32 +0000 (18:08 +0800)
Project/Gtk.vala

index 917ce76..fe25268 100644 (file)
@@ -142,8 +142,9 @@ namespace Project {
                public string target_bin;
 
 
-               public GtkValaSettings() 
+               public GtkValaSettings(string name
                {
+                       this.name = name;
                        this.compile_flags = "";
                        this.target_bin = "";
                        this.packages = new Gee.ArrayList<string>();