From: Alan Knowles Date: Wed, 1 Aug 2018 09:38:52 +0000 (+0800) Subject: StatusIcon.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=0d50c063bb9efcdc1bc149d1395657f58132c087 StatusIcon.vala --- 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) ) {