Clones.bjs
[gitlive] / Clones.vala
index a41fb36..5fc0903 100644 (file)
@@ -16,7 +16,9 @@ public class Clones : Object
     public Xcls_reposView reposView;
     public Xcls_reposStore reposStore;
     public Xcls_tv_autocommit tv_autocommit;
+    public Xcls_cr_autocommit cr_autocommit;
     public Xcls_tv_autopush tv_autopush;
+    public Xcls_cr_autopush cr_autopush;
     public Xcls_tv_repo tv_repo;
     public Xcls_tv_current_branch tv_current_branch;
     public Xcls_tv_last_updated tv_last_updated;
@@ -589,7 +591,7 @@ public class Clones : Object
             // set gobject values
             this.el.title = "Auto Commit";
             this.el.min_width = 50;
-            var child_0 = new Xcls_CellRendererToggle13( _this );
+            var child_0 = new Xcls_cr_autocommit( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false );
 
@@ -601,7 +603,7 @@ public class Clones : Object
 
         // user defined functions
     }
-    public class Xcls_CellRendererToggle13 : Object
+    public class Xcls_cr_autocommit : Object
     {
         public Gtk.CellRendererToggle el;
         private Clones  _this;
@@ -610,9 +612,10 @@ public class Clones : Object
             // my vars (def)
 
         // ctor
-        public Xcls_CellRendererToggle13(Clones _owner )
+        public Xcls_cr_autocommit(Clones _owner )
         {
             _this = _owner;
+            _this.cr_autocommit = this;
             this.el = new Gtk.CellRendererToggle();
 
             // my vars (dec)
@@ -664,7 +667,7 @@ public class Clones : Object
             // set gobject values
             this.el.title = "Auto Push";
             this.el.min_width = 50;
-            var child_0 = new Xcls_CellRendererToggle15( _this );
+            var child_0 = new Xcls_cr_autopush( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el  );
 
@@ -676,7 +679,7 @@ public class Clones : Object
 
         // user defined functions
     }
-    public class Xcls_CellRendererToggle15 : Object
+    public class Xcls_cr_autopush : Object
     {
         public Gtk.CellRendererToggle el;
         private Clones  _this;
@@ -685,9 +688,10 @@ public class Clones : Object
             // my vars (def)
 
         // ctor
-        public Xcls_CellRendererToggle15(Clones _owner )
+        public Xcls_cr_autopush(Clones _owner )
         {
             _this = _owner;
+            _this.cr_autopush = this;
             this.el = new Gtk.CellRendererToggle();
 
             // my vars (dec)