From 49462b1dded6175a043dec0f026420251e07ec20 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 26 Sep 2017 17:24:16 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 { } } + */ }); -- 2.39.2