Fix typo in the Gtk9Slice parser.

This commit is contained in:
Carlos Garnacho 2010-10-06 00:53:49 +02:00
parent 5b11d14a49
commit 5c8a818671

View File

@ -1701,7 +1701,7 @@ slice_parse_str (GtkCssProvider *css_provider,
if (i != 2)
{
/* Fill in second modifier, same as the first */
mods[1] = mods[1];
mods[1] = mods[0];
}
pixbuf = gdk_pixbuf_new_from_file (path, &error);