[gtk+/wip/cssvalue] xxx: styleproperty: Add a function to compare values for equality



commit b5e20a496b28ce8ed163da00513be5bd705f772f
Author: Benjamin Otte <otte redhat com>
Date:   Tue Apr 3 00:02:24 2012 +0200

    xxx: styleproperty: Add a function to compare values for equality

 gtk/gtkcssstyleproperty.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcssstyleproperty.c b/gtk/gtkcssstyleproperty.c
index 587a399..82d0a88 100644
--- a/gtk/gtkcssstyleproperty.c
+++ b/gtk/gtkcssstyleproperty.c
@@ -249,7 +249,7 @@ gtk_css_style_property_real_equal (GtkCssStyleProperty *property,
                                    GtkCssValue         *value1,
                                    GtkCssValue         *value2)
 {
-  return FALSE;
+  return _gtk_css_value_equal (value1, value2);
 }
 
 static void



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