X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=StatusIcon.vala;fp=StatusIcon.vala;h=652f5f7944e3d93ece7b527e10d6825a122d768e;hp=f429e1a9aea610e0d707c716ac6b3b983ff02f8b;hb=ebaef7c043c1a953be0bcb17bc320008fda0b2dc;hpb=e2a506ca7567995bb3995acc8cfe3d9a40ed2a0d diff --git a/StatusIcon.vala b/StatusIcon.vala index f429e1a9..652f5f79 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -297,7 +297,7 @@ public class StatusIconA : StatusIcon { { var image = new Gtk.Image(); - image.set_from_stock(Gtk.Stock.FULLSCREEN,Gtk.IconSize.MENU ); + image.set_from_stock(Gtk.Stock.GOTO_BOTTOM,Gtk.IconSize.MENU ); this.set_image (image); this.label= "Pull (Refresh) All"; this.always_show_image = true; @@ -413,7 +413,7 @@ public class StatusIconA : StatusIcon { GitMonitor.gitmonitor.pauseError(this.pull_all_error_message); return; } - + statusicon.set_tooltip_text("Gitlive"); GitMonitor.gitmonitor.start(); @@ -453,7 +453,7 @@ public class StatusIconA : StatusIcon { { var image = new Gtk.Image(); - image.set_from_stock(Gtk.Stock.FULLSCREEN,Gtk.IconSize.MENU ); + image.set_from_stock(Gtk.Stock.JUSTIFY_FILL,Gtk.IconSize.MENU ); this.set_image (image); this.label= "Manage Clones"; this.always_show_image = true; @@ -475,7 +475,7 @@ public class StatusIconA : StatusIcon { { var image = new Gtk.Image(); - image.set_from_stock(Gtk.Stock.FULLSCREEN,Gtk.IconSize.MENU ); + image.set_from_stock(Gtk.Stock.NEW,Gtk.IconSize.MENU ); this.set_image (image); this.label= "New Ticket"; this.always_show_image = true;