NewBranch.bjs
[gitlive] / NewBranch.vala
index 5342f61..bb00de1 100644 (file)
@@ -22,6 +22,7 @@ public class NewBranch : Object
     public Xcls_btn_not_me btn_not_me;
     public Xcls_btn_closed btn_closed;
     public Xcls_scrolled_window scrolled_window;
+    public Xcls_view view;
 
         // my vars (def)
     public GitRepo? repo;
@@ -853,7 +854,7 @@ public class NewBranch : Object
             // my vars (dec)
 
             // set gobject values
-            var child_0 = new Xcls_WebView21( _this );
+            var child_0 = new Xcls_view( _this );
             child_0.ref();
             this.el.add (  child_0.el  );
 
@@ -866,7 +867,7 @@ public class NewBranch : Object
 
         // user defined functions
     }
-    public class Xcls_WebView21 : Object
+    public class Xcls_view : Object
     {
         public WebKit.WebView el;
         private NewBranch  _this;
@@ -875,9 +876,10 @@ public class NewBranch : Object
             // my vars (def)
 
         // ctor
-        public Xcls_WebView21(NewBranch _owner )
+        public Xcls_view(NewBranch _owner )
         {
             _this = _owner;
+            _this.view = this;
             this.el = new WebKit.WebView();
 
             // my vars (dec)