From 0d50c063bb9efcdc1bc149d1395657f58132c087 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 1 Aug 2018 17:38:52 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/StatusIcon.vala b/StatusIcon.vala index 45ef1487..c6a9487a 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -335,7 +335,8 @@ public class StatusIconA : StatusIcon { if (err > 0) { this.has_error = 1; - + this.pull_all_error_message += this.pull_all_error_message.length > 0 ? "\n" : ""; + this.pull_all_error_message += "Error Pulling " + repo.name } if (!Regex.match_simple ("Already up-to-date", res) ) { -- 2.39.2