From: Alan Knowles Date: Tue, 26 Sep 2017 09:24:16 +0000 (+0800) Subject: StatusIcon.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=49462b1dded6175a043dec0f026420251e07ec20 StatusIcon.vala --- diff --git a/StatusIcon.vala b/StatusIcon.vala index 7230e28d..feace504 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -247,13 +247,14 @@ public class StatusIconA : StatusIcon { this.accel_group = null; this.activate.connect( () => { + + this.pullAll(); + /* GitMonitor.gitmonitor.stop(); var tr = GitRepo.list(); - - for (var i= 0; i< tr.length;i++) { statusicon.set_from_stock( i%2 == 0 ? Gtk.Stock.FULLSCREEN : Gtk.Stock.LEAVE_FULLSCREEN ); @@ -288,6 +289,7 @@ public class StatusIconA : StatusIcon { } } + */ });