forked from AuroraMiddleware/gtk
buildertool: Fix template handling
We were not properly parsing the error message here, leading to badness.
This commit is contained in:
parent
917aa7928d
commit
64cf31f348
@ -116,7 +116,7 @@ parse_template_error (const char *message,
|
||||
*p = '\0';
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
return *class_name && *parent_name;
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
Loading…
Reference in New Issue
Block a user