NewBranch.bjs
[gitlive] / NewBranch.vala
index 2ba873f..dac9bdc 100644 (file)
@@ -31,7 +31,7 @@ public class NewBranch : Object
     public Xcls_table table;
     public Xcls_project_id project_id;
     public Xcls_tprcellrenderer tprcellrenderer;
-    public Xcls_prmodel prmodel;
+    public Xcls_tprmodel tprmodel;
     public Xcls_summary summary;
     public Xcls_milestone_id milestone_id;
     public Xcls_msmodel msmodel;
@@ -1246,7 +1246,7 @@ public class NewBranch : Object
             var child_0 = new Xcls_tprcellrenderer( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , true );
-            var child_1 = new Xcls_prmodel( _this );
+            var child_1 = new Xcls_tprmodel( _this );
             child_1.ref();
             this.el.set_model (  child_1.el  );
 
@@ -1337,7 +1337,7 @@ public class NewBranch : Object
         // user defined functions
     }
 
-    public class Xcls_prmodel : Object
+    public class Xcls_tprmodel : Object
     {
         public Gtk.ListStore el;
         private NewBranch  _this;
@@ -1346,10 +1346,10 @@ public class NewBranch : Object
             // my vars (def)
 
         // ctor
-        public Xcls_prmodel(NewBranch _owner )
+        public Xcls_tprmodel(NewBranch _owner )
         {
             _this = _owner;
-            _this.prmodel = this;
+            _this.tprmodel = this;
             this.el = new Gtk.ListStore( 2, typeof(string),typeof(string) );
 
             // my vars (dec)