css: Raised SYNTAX error when enum value can't be parsed

This commit is contained in:
Benjamin Otte 2011-05-15 15:55:13 +02:00
parent 8ca799cc39
commit 619d344d8d

View File

@ -1120,7 +1120,7 @@ enum_value_from_string (const char *str,
{
g_set_error (error,
GTK_CSS_PROVIDER_ERROR,
GTK_CSS_PROVIDER_ERROR_FAILED,
GTK_CSS_PROVIDER_ERROR_SYNTAX,
"Unknown value '%s' for enum type '%s'",
str, g_type_name (G_VALUE_TYPE (value)));
g_type_class_unref (enum_class);