[gtk+] cssvalue: Use _gtk_css_initial_value_get() for the inherit value
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] cssvalue: Use _gtk_css_initial_value_get() for the inherit value
- Date: Sun, 25 Nov 2012 23:09:49 +0000 (UTC)
commit 1d805139db3a769f0218d97a9a071171a50f7626
Author: Benjamin Otte <otte redhat com>
Date: Sun Nov 25 15:35:27 2012 +0100
cssvalue: Use _gtk_css_initial_value_get() for the inherit value
See previous commit(s).
gtk/gtkcssinheritvalue.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkcssinheritvalue.c b/gtk/gtkcssinheritvalue.c
index 296b1e3..e2c3f16 100644
--- a/gtk/gtkcssinheritvalue.c
+++ b/gtk/gtkcssinheritvalue.c
@@ -19,7 +19,7 @@
#include "gtkcssinheritvalueprivate.h"
-#include "gtkcssstylepropertyprivate.h"
+#include "gtkcssinitialvalueprivate.h"
#include "gtkstylecontextprivate.h"
struct _GtkCssValue {
@@ -48,7 +48,7 @@ gtk_css_value_inherit_compute (GtkCssValue *value,
}
else
{
- return _gtk_css_value_compute (_gtk_css_style_property_get_initial_value (_gtk_css_style_property_lookup_by_id (property_id)),
+ return _gtk_css_value_compute (_gtk_css_initial_value_get (),
property_id,
provider,
values,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]