RepoStatusPopover.bjs
[gitlive] / RepoStatusPopover.vala
index a75be94..fffd14a 100644 (file)
@@ -413,11 +413,13 @@ public class RepoStatusPopover : Object
         public Xcls_ToolButton14(RepoStatusPopover _owner )
         {
             _this = _owner;
-            this.el = new Gtk.ToolButton( null, "Stash Changes" );
+            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( () => {
@@ -451,11 +453,13 @@ public class RepoStatusPopover : Object
         public Xcls_ToolButton15(RepoStatusPopover _owner )
         {
             _this = _owner;
-            this.el = new Gtk.ToolButton( null, "Commit Changes" );
+            this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-save", Gtk.IconSize.SMALL_TOOLBAR), null);;
 
             // my vars (dec)
 
             // set gobject values
+            this.el.label = "Commit Changes";
+            this.el.is_important = true;
 
             //listeners
             this.el.button_press_event.connect( () => {
@@ -494,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( () => {
@@ -527,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( () => {
@@ -566,6 +572,7 @@ public class RepoStatusPopover : Object
 
             // set gobject values
             this.el.label = "Pull updates";
+            this.el.is_important = true;
 
             //listeners
             this.el.button_press_event.connect( () => {