[gtk/prop-list] builder-tool: Validate templates again
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/prop-list] builder-tool: Validate templates again
- Date: Mon, 23 Dec 2019 23:07:06 +0000 (UTC)
commit d69001843035fa37856952fcd9779fbc2a50efcf
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Dec 23 17:59:15 2019 -0500
builder-tool: Validate templates again
This wasn't working because it was expecting
some no-longer-existing error message.
gtk/tools/gtk-builder-tool-validate.c | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/gtk/tools/gtk-builder-tool-validate.c b/gtk/tools/gtk-builder-tool-validate.c
index 19bf01a367..89649fe20f 100644
--- a/gtk/tools/gtk-builder-tool-validate.c
+++ b/gtk/tools/gtk-builder-tool-validate.c
@@ -96,9 +96,6 @@ parse_template_error (const gchar *message,
{
gchar *p;
- if (!strstr (message, "Not expecting to handle a template"))
- return FALSE;
-
p = strstr (message, "(class '");
if (p)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]