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:
Benjamin Otte 2016-12-31 13:49:43 +01:00
parent 1aa0f79e8b
commit fb43807fbb

View File

@ -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