From: Alan Knowles Date: Wed, 1 Aug 2018 09:39:06 +0000 (+0800) Subject: StatusIcon.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=d2cb86f91f1ecb7153cd2f2614515bc9a20628c6 StatusIcon.vala --- diff --git a/StatusIcon.vala b/StatusIcon.vala index c6a9487a..e3721fe5 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -336,7 +336,7 @@ 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 + this.pull_all_error_message += "Error Pulling " + repo.name +"\n" + res; } if (!Regex.match_simple ("Already up-to-date", res) ) {