From 71c3f7e93dd4d03232e676c0d041d8a3df945337 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 17 Jun 2011 07:41:37 +0200 Subject: [PATCH] styleproperty: Improve error message We do dsupport that feature still and don't want to scare people into thinking everything broke. --- gtk/gtkstyleproperty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkstyleproperty.c b/gtk/gtkstyleproperty.c index 69f2e8ec4a..c907bfd65a 100644 --- a/gtk/gtkstyleproperty.c +++ b/gtk/gtkstyleproperty.c @@ -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); }