[clutter] osx: Call finishLaunching on post-parse



commit 05813872f9179d8fbe6c4be6cea8f86a89edf3ff
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Fri Jan 27 12:30:04 2012 +0000

    osx: Call finishLaunching on post-parse
    
    https://bugzilla.gnome.org/show_bug.cgi?id=668801

 clutter/osx/clutter-backend-osx.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/clutter/osx/clutter-backend-osx.c b/clutter/osx/clutter-backend-osx.c
index ccb7f39..8f7e6f2 100644
--- a/clutter/osx/clutter-backend-osx.c
+++ b/clutter/osx/clutter-backend-osx.c
@@ -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;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]