[gtk+] styleproperty: Improve error message



commit 71c3f7e93dd4d03232e676c0d041d8a3df945337
Author: Benjamin Otte <otte redhat com>
Date:   Fri Jun 17 07:41:37 2011 +0200

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkstyleproperty.c b/gtk/gtkstyleproperty.c
index 69f2e8e..c907bfd 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);
             }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]