[gnome-builder] build-panel: include fatal along with errors
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] build-panel: include fatal along with errors
- Date: Sun, 16 Oct 2016 00:42:14 +0000 (UTC)
commit 7e4f9892f1dc600066afb98457e7960acb66d498
Author: Christian Hergert <chergert redhat com>
Date: Sat Oct 15 17:41:24 2016 -0700
build-panel: include fatal along with errors
plugins/build-tools/gbp-build-panel.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/build-tools/gbp-build-panel.c b/plugins/build-tools/gbp-build-panel.c
index 20308e4..1a79802 100644
--- a/plugins/build-tools/gbp-build-panel.c
+++ b/plugins/build-tools/gbp-build-panel.c
@@ -233,6 +233,7 @@ get_severity_title (IdeDiagnosticSeverity severity)
{
switch ((int)severity)
{
+ case IDE_DIAGNOSTIC_FATAL:
case IDE_DIAGNOSTIC_ERROR:
return _("Errors");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]