[gtk+/wip/cssvalue: 190/218] xxx: Add remaining parse functions



commit e829b9a87027f2ffa0b20aca33b90e61d02160d2
Author: Benjamin Otte <otte redhat com>
Date:   Tue Mar 27 23:45:52 2012 +0200

    xxx:  Add remaining parse functions

 gtk/gtkcssstylepropertyimpl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcssstylepropertyimpl.c b/gtk/gtkcssstylepropertyimpl.c
index 08fdc83..dfd209f 100644
--- a/gtk/gtkcssstylepropertyimpl.c
+++ b/gtk/gtkcssstylepropertyimpl.c
@@ -724,7 +724,7 @@ engine_parse (GtkCssStyleProperty *property,
 
   g_free (str);
 
-  return _gtk_css_value_new_from_theming_engine (gtk_theming_engine_load (NULL));
+  return _gtk_css_value_new_from_theming_engine (engine);
 }
 
 static GtkCssValue *



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