examples/flow: Do not use deprecated API

This commit is contained in:
Emmanuele Bassi 2012-06-06 13:36:46 +01:00
parent 008afe80e3
commit 4db310b127

View File

@ -155,7 +155,7 @@ main (int argc, char *argv[])
g_free (name);
}
clutter_actor_show_all (stage);
clutter_actor_show (stage);
clutter_main ();