X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=StatusIcon.vala;h=d6b34d18ac88807d053aa26b91c38e383673dcb0;hp=f429e1a9aea610e0d707c716ac6b3b983ff02f8b;hb=62bcbeee7e77f9f8774f13569dc9fb5cc25666d6;hpb=72a4edfbda67d0bf3eb93a91c28c4084945ddae5 diff --git a/StatusIcon.vala b/StatusIcon.vala index f429e1a9..d6b34d18 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,14 +453,15 @@ 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; this.accel_group = null; this.activate.connect( () => { - GitRepo.updateAll("show_clones"); + //GitRepo.updateAll("show_clones"); + Clones.singleton().loadAndShow(); // Clones.singleton().show(); }); @@ -475,7 +476,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;