RepoStatusPopover.bjs
[gitlive] / RepoStatusPopover.vala
index 2238cee..082e239 100644 (file)
@@ -488,11 +488,12 @@ public class RepoStatusPopover : Object
         public Xcls_ToolButton16(RepoStatusPopover _owner )
         {
             _this = _owner;
-            this.el = new Gtk.ToolButton( null, "Create Branch / Start ticket" );
+            this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-goto-top", Gtk.IconSize.SMALL_TOOLBAR), null);;
 
             // my vars (dec)
 
             // set gobject values
+            this.el.label = "Create Branch / Start ticket";
 
             //listeners
             this.el.button_press_event.connect( () => {
@@ -520,11 +521,12 @@ public class RepoStatusPopover : Object
         public Xcls_ToolButton17(RepoStatusPopover _owner )
         {
             _this = _owner;
-            this.el = new Gtk.ToolButton( null, "Reset to remote" );
+            this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-revert-to-saved", Gtk.IconSize.SMALL_TOOLBAR), null);;
 
             // my vars (dec)
 
             // set gobject values
+            this.el.label = "Reset / clear changes";
 
             //listeners
             this.el.button_press_event.connect( () => {
@@ -558,11 +560,12 @@ public class RepoStatusPopover : Object
         public Xcls_ToolButton18(RepoStatusPopover _owner )
         {
             _this = _owner;
-            this.el = new Gtk.ToolButton( null, "Pull updates" );
+            this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-goto-bottom", Gtk.IconSize.SMALL_TOOLBAR), null);;
 
             // my vars (dec)
 
             // set gobject values
+            this.el.label = "Pull updates";
 
             //listeners
             this.el.button_press_event.connect( () => {