forked from AuroraMiddleware/gtk
Fix another parameter mismatch
This commit is contained in:
parent
4e3dabf582
commit
54eadfcefd
@ -330,7 +330,6 @@ _gtk_theming_engine_set_context (GtkThemingEngine *engine,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* gtk_theming_engine_register_property:
|
* gtk_theming_engine_register_property:
|
||||||
* @engine: a #GtkThemingEngine
|
|
||||||
* @name_space: namespace for the property name
|
* @name_space: namespace for the property name
|
||||||
* @parse_func: parsing function to use, or %NULL
|
* @parse_func: parsing function to use, or %NULL
|
||||||
* @pspec: the #GParamSpec for the new property
|
* @pspec: the #GParamSpec for the new property
|
||||||
@ -2610,6 +2609,8 @@ gtk_theming_engine_render_activity (GtkThemingEngine *engine,
|
|||||||
gdouble half;
|
gdouble half;
|
||||||
gint i;
|
gint i;
|
||||||
|
|
||||||
|
num_steps = 0;
|
||||||
|
|
||||||
gtk_theming_engine_get_style (engine,
|
gtk_theming_engine_get_style (engine,
|
||||||
"num-steps", &num_steps,
|
"num-steps", &num_steps,
|
||||||
NULL);
|
NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user