RepoStatusPopover.bjs
[gitlive] / RepoStatusPopover.vala
index cead0d4..a99b5fc 100644 (file)
@@ -88,10 +88,10 @@ public class RepoStatusPopover : Object
             this.el.border_width = 5;
             var child_0 = new Xcls_Box3( _this );
             child_0.ref();
-            this.el.pack_end (  child_0.el , false,false,0 );
+            this.el.pack_start (  child_0.el , false,false,0 );
             var child_1 = new Xcls_Notebook9( _this );
             child_1.ref();
-            this.el.pack_start (  child_1.el , true,true,0 );
+            this.el.add (  child_1.el  );
             var child_2 = new Xcls_Box18( _this );
             child_2.ref();
             this.el.pack_end (  child_2.el , false,false,0 );
@@ -338,6 +338,7 @@ public class RepoStatusPopover : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.vexpand = true;
             var child_0 = new Xcls_label_status( _this );
             child_0.ref();
             var child_1 = new Xcls_label_diff( _this );
@@ -665,18 +666,18 @@ public class RepoStatusPopover : Object
             // my vars (dec)
 
             // set gobject values
-            this.el.label = "Merge branch ticket";
+            this.el.label = "Merge branch /  Complete ticket";
             this.el.is_important = true;
 
             //listeners
-            this.el.button_press_event.connect( () => {
+            this.el.clicked.connect( () => {
             
                _this.el.hide();
                Clones.singleton().el.response(-1);
                if (_this.repo.activeTicket != null) {
                   MergeBranch.singleton().show(_this.repo.activeTicket, null);   
                }
-                return false;
+                return ;
             });
         }