mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
cssfiltervalue: Change node name
We're not just using this for icon filters, but for regular filters, so the existing name is confusing.
This commit is contained in:
parent
1aa0f79e8b
commit
fb43807fbb
@ -849,7 +849,7 @@ gtk_css_filter_value_push_snapshot (const GtkCssValue *filter,
|
||||
gtk_snapshot_push_color_matrix (snapshot,
|
||||
&matrix,
|
||||
&offset,
|
||||
"IconFilter<%u>", filter->n_filters);
|
||||
"CssFilter<%u>", filter->n_filters);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user