From: Alan Knowles Date: Mon, 25 Sep 2017 03:23:08 +0000 (+0800) Subject: StatusIcon.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=115f165239b3590dd59c5566a82f242699b0c1ab StatusIcon.vala --- diff --git a/StatusIcon.vala b/StatusIcon.vala index c8fc0074..5c76f08f 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -313,7 +313,7 @@ public class StatusIconA : StatusIcon { //try { statusicon.set_tooltip_text("pull: " + repo.name); var str = ""; - repo.pull_async((string res) => { + repo.pull_async((res) => { total--;` if (!Regex.match_simple ("Already up-to-date", res) ) {