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:
Benjamin Otte 2011-06-17 07:41:37 +02:00
parent 26e9d07718
commit 71c3f7e93d

View File

@ -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);
}