css: We want to unescape backslashes, not slashes

This commit is contained in:
Benjamin Otte 2011-05-28 00:06:46 +02:00
parent 940cdb4a7f
commit beccec296b

View File

@ -851,7 +851,7 @@ _gtk_css_parser_resync_internal (GtkCssParser *parser,
switch (*parser->data)
{
case '/':
case '\\':
{
GString *ignore = g_string_new (NULL);
_gtk_css_parser_unescape (parser, ignore);