[gtk+] cssfiltervalue: Change node name



commit fb43807fbb5be417cde460cdeaf3a68537ce7cd6
Author: Benjamin Otte <otte redhat com>
Date:   Sat Dec 31 13:49:43 2016 +0100

    cssfiltervalue: Change node name
    
    We're not just using this for icon filters, but for regular filters, so
    the existing name is confusing.

 gtk/gtkcssfiltervalue.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcssfiltervalue.c b/gtk/gtkcssfiltervalue.c
index 808d41f..7ad0bd4 100644
--- a/gtk/gtkcssfiltervalue.c
+++ b/gtk/gtkcssfiltervalue.c
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]