mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 01:00:28 +00:00
Fix typo in the Gtk9Slice parser.
This commit is contained in:
parent
5b11d14a49
commit
5c8a818671
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user