Clones.bjs
[gitlive] / Clones.vala
index 5fc0903..01b78cc 100644 (file)
@@ -20,6 +20,7 @@ public class Clones : Object
     public Xcls_tv_autopush tv_autopush;
     public Xcls_cr_autopush cr_autopush;
     public Xcls_tv_repo tv_repo;
+    public Xcls_cr_repo cr_repo;
     public Xcls_tv_current_branch tv_current_branch;
     public Xcls_tv_last_updated tv_last_updated;
     public Xcls_tv_all_branches tv_all_branches;
@@ -741,7 +742,7 @@ public class Clones : Object
             this.el.title = "Repo";
             this.el.min_width = 200;
             this.el.resizable = true;
-            var child_0 = new Xcls_CellRendererText17( _this );
+            var child_0 = new Xcls_cr_repo( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el  );
 
@@ -756,7 +757,7 @@ public class Clones : Object
 
         // user defined functions
     }
-    public class Xcls_CellRendererText17 : Object
+    public class Xcls_cr_repo : Object
     {
         public Gtk.CellRendererText el;
         private Clones  _this;
@@ -765,9 +766,10 @@ public class Clones : Object
             // my vars (def)
 
         // ctor
-        public Xcls_CellRendererText17(Clones _owner )
+        public Xcls_cr_repo(Clones _owner )
         {
             _this = _owner;
+            _this.cr_repo = this;
             this.el = new Gtk.CellRendererText();
 
             // my vars (dec)