From be6dfa91c04fbe534100c9352e2e0b7f8de7ee30 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 23 Sep 2017 13:18:11 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StatusIcon.vala b/StatusIcon.vala index 5c80a064..e0c27e32 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((out result) => { + repo.pull_async.begin((obj, res) => { total--;` if (!Regex.match_simple ("Already up-to-date", str) ) { -- 2.39.2