forked from AuroraMiddleware/gtk
builder-tool: Validate templates again
This wasn't working because it was expecting some no-longer-existing error message.
This commit is contained in:
parent
519ff576cd
commit
c924b48a6c
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user