GtkCssProvider: Update end string when misparsing symbolic colors.

This commit is contained in:
Carlos Garnacho 2010-10-23 22:24:57 +02:00
parent 7d441000f7
commit 087249db07

View File

@ -1531,6 +1531,7 @@ symbolic_color_parse_str (const gchar *string,
gchar *str;
str = (gchar *) string;
*end_ptr = str;
if (str[0] == '#' || str[0] == 'r')
{