From: Matthias Clasen Date: Mon, 23 Dec 2019 22:59:15 +0000 (-0500) Subject: builder-tool: Validate templates again X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~20^2~516^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c924b48a6cbdae7275090a00f4fb51cd24b71fe4;p=gtk4.git builder-tool: Validate templates again This wasn't working because it was expecting some no-longer-existing error message. --- diff --git a/gtk/tools/gtk-builder-tool-validate.c b/gtk/tools/gtk-builder-tool-validate.c index a64bb2d3e1..ab74e507b8 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) {