mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
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';
|
*p = '\0';
|
||||||
}
|
}
|
||||||
|
|
||||||
return TRUE;
|
return *class_name && *parent_name;
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
Loading…
Reference in New Issue
Block a user