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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user