RepoStatusPopover.bjs
[gitlive] / RepoStatusPopover.vala
index 83683cb..19fb579 100644 (file)
@@ -413,12 +413,13 @@ public class RepoStatusPopover : Object
         public Xcls_ToolButton14(RepoStatusPopover _owner )
         {
             _this = _owner;
-            this.el = ;
+            this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-undo", Gtk.IconSize.SMALL_TOOLBAR), null);;
 
             // my vars (dec)
 
             // set gobject values
             this.el.label = "Stash Changes";
+            this.el.is_important = true;
 
             //listeners
             this.el.button_press_event.connect( () => {
@@ -458,6 +459,7 @@ public class RepoStatusPopover : Object
 
             // set gobject values
             this.el.label = "Commit Changes";
+            this.el.is_important = true;
 
             //listeners
             this.el.button_press_event.connect( () => {
@@ -496,6 +498,7 @@ public class RepoStatusPopover : Object
 
             // set gobject values
             this.el.label = "Create Branch / Start ticket";
+            this.el.is_important = true;
 
             //listeners
             this.el.button_press_event.connect( () => {
@@ -529,6 +532,7 @@ public class RepoStatusPopover : Object
 
             // set gobject values
             this.el.label = "Reset / clear changes";
+            this.el.is_important = true;
 
             //listeners
             this.el.button_press_event.connect( () => {