stage: Move default title in Stage.init
The default title should be set from within clutter_stage_init(); at that point clutter_init() must have been called.
This commit is contained in:
@ -1568,8 +1568,6 @@ clutter_init_real (GError **error)
|
||||
return CLUTTER_INIT_ERROR_INTERNAL;
|
||||
}
|
||||
|
||||
clutter_stage_set_title (CLUTTER_STAGE (stage), g_get_prgname ());
|
||||
|
||||
clutter_actor_realize (stage);
|
||||
if (!CLUTTER_ACTOR_IS_REALIZED (stage))
|
||||
{
|
||||
|
Reference in New Issue
Block a user