MergeBranch.bjs
[gitlive] / MergeBranch.vala
index f75df67..4acd1af 100644 (file)
@@ -20,6 +20,7 @@ public class MergeBranch : Object
     public Xcls_dbcellrenderer dbcellrenderer;
     public Xcls_dbmodel dbmodel;
     public Xcls_name name;
+    public Xcls_label_diff label_diff;
     public Xcls_scrolled_window scrolled_window;
     public Xcls_view view;
     public Xcls_spinner spinner;
@@ -668,7 +669,7 @@ public class MergeBranch : Object
 
             // set gobject values
             this.el.vexpand = true;
-            var child_0 = new Xcls_Label15( _this );
+            var child_0 = new Xcls_label_diff( _this );
             child_0.ref();
             var child_1 = new Xcls_Label16( _this );
             child_1.ref();
@@ -676,7 +677,7 @@ public class MergeBranch : Object
 
         // user defined functions
     }
-    public class Xcls_Label15 : Object
+    public class Xcls_label_diff : Object
     {
         public Gtk.Label el;
         private MergeBranch  _this;
@@ -685,9 +686,10 @@ public class MergeBranch : Object
             // my vars (def)
 
         // ctor
-        public Xcls_Label15(MergeBranch _owner )
+        public Xcls_label_diff(MergeBranch _owner )
         {
             _this = _owner;
+            _this.label_diff = this;
             this.el = new Gtk.Label( "Projected Commit Diff" );
 
             // my vars (dec)