From 115f165239b3590dd59c5566a82f242699b0c1ab Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 25 Sep 2017 11:23:08 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ) { -- 2.39.2