Add checks on the reactive accessors

Check for the parameter in the various "reactive" flag accessors.
This commit is contained in:
Emmanuele Bassi
2007-08-15 19:50:31 +00:00
parent d5a0da0ebd
commit d7dc1d7c97
2 changed files with 12 additions and 6 deletions

View File

@ -244,7 +244,7 @@ clutter_do_event (ClutterEvent *event)
do
{
clutter_actor_event (actor, event);
actor = clutter_actor_get_parent(actor);
actor = clutter_actor_get_parent (actor);
}
while (actor != NULL);
}