forked from AuroraMiddleware/gtk
styleproperty: Improve error message
We do dsupport that feature still and don't want to scare people into thinking everything broke.
This commit is contained in:
parent
26e9d07718
commit
71c3f7e93d
@ -863,7 +863,7 @@ gtk_css_parse_url (GtkCssParser *parser,
|
||||
|
||||
error = g_error_new_literal (GTK_CSS_PROVIDER_ERROR,
|
||||
GTK_CSS_PROVIDER_ERROR_DEPRECATED,
|
||||
"Whitespace between 'url' and '(' is not allowed");
|
||||
"Whitespace between 'url' and '(' is deprecated");
|
||||
|
||||
_gtk_css_parser_take_error (parser, error);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user