Fix another parameter mismatch

This commit is contained in:
Matthias Clasen 2010-11-23 20:50:45 -05:00 committed by Carlos Garnacho
parent 4e3dabf582
commit 54eadfcefd

View File

@ -330,7 +330,6 @@ _gtk_theming_engine_set_context (GtkThemingEngine *engine,
/**
* gtk_theming_engine_register_property:
* @engine: a #GtkThemingEngine
* @name_space: namespace for the property name
* @parse_func: parsing function to use, or %NULL
* @pspec: the #GParamSpec for the new property
@ -2610,6 +2609,8 @@ gtk_theming_engine_render_activity (GtkThemingEngine *engine,
gdouble half;
gint i;
num_steps = 0;
gtk_theming_engine_get_style (engine,
"num-steps", &num_steps,
NULL);