Builder4/ValaProjectSettings.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 30 Oct 2014 10:21:03 +0000 (18:21 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 30 Oct 2014 10:21:03 +0000 (18:21 +0800)
Builder4/ValaProjectSettings.vala

Builder4/ValaProjectSettings.bjs
Builder4/ValaProjectSettings.vala

index c280ccc..5324b0d 100644 (file)
@@ -10,7 +10,7 @@
             "| void show" : "(Project.Gtk project) {\n\n    this.project=  project;\n\n}\n",
             "xtype" : "VBox",
             "string id" : "ValaProjectSettings",
-            "# Gtk.Project project" : "",
+            "# Gtk.Project project" : "null",
             "$ xns" : "Gtk",
             "items" : [
                 {
index 2924e73..303800e 100644 (file)
@@ -30,6 +30,7 @@ public class ValaProjectSettings : Object
         this.el = new Gtk.VBox( true, 0 );
 
         // my vars (dec)
+        this.project = null;
 
         // set gobject values
         var child_0 = new Xcls_Notebook2( _this );