osx: Call finishLaunching on post-parse

https://bugzilla.gnome.org/show_bug.cgi?id=668801
This commit is contained in:
Emmanuele Bassi 2012-01-27 12:30:04 +00:00
parent cc25deade0
commit 05813872f9

View File

@ -69,6 +69,9 @@ clutter_backend_osx_post_parse (ClutterBackend *backend,
/* set the default font name */
g_object_set (settings, "font-name", DEFAULT_FONT_NAME, NULL);
/* finish launching the application */
[NSApp finishLaunching];
return TRUE;
}