X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=StatusIcon.vala;h=feace504f55c0d5aee7a5aa9f42bf7bbc69f6f67;hb=49462b1dded6175a043dec0f026420251e07ec20;hp=7230e28db955666d5aae0a97a2e4406db856896f;hpb=e6f3cdd9e00b2abba32af5838835db5136dcd2eb;p=gitlive 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 { } } + */ });