Palete/Gir.vala
authorAlan Knowles <alan@roojs.com>
Tue, 3 Jun 2014 14:25:44 +0000 (22:25 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 3 Jun 2014 14:25:44 +0000 (22:25 +0800)
Palete/Gir.vala

index cf0b3e5..84428ba 100644 (file)
@@ -47,9 +47,9 @@ namespace Palete {
     
     
     public class Value: GirObject {
-        public string typ;
+        public string type;
         public Value(string n) {
-            this.typ= "";
+            this.typ= "";
             base(n);
         }
     
@@ -163,7 +163,7 @@ namespace Palete {
                     return;
                 
                 case "type":
-                    ((Value)parent).typ = n;
+                    ((Value)parent).type = n;
                     return; // no children?
                     //break;