diff --git a/src/st/st-table.c b/src/st/st-table.c index d72e22125..6d22a8d50 100644 --- a/src/st/st-table.c +++ b/src/st/st-table.c @@ -104,7 +104,7 @@ st_table_actor_removed (ClutterContainer *container, ClutterActor *child; /* Calculate and update the number of rows / columns */ - for (child = clutter_actor_get_first_child (actor); + for (child = clutter_actor_get_first_child (CLUTTER_ACTOR (container)); child != NULL; child = clutter_actor_get_next_sibling (child)) {