]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/app.cpp
removed carbon printing code
[wxWidgets.git] / src / gtk / app.cpp
index bc09ab826363c2ea1f77a132f7380be996cc5200..1bf855421b6b23cfeb3d90ea707a3168b2fadaa3 100644 (file)
@@ -803,10 +803,11 @@ int wxEntryStart( int& argc, char *argv[] )
     if (!wxOKlibc()) wxConvCurrent = (wxMBConv*) NULL;
 #endif
 
-    gdk_threads_enter();
-
     gtk_init( &argc, &argv );
 
+    /* we can not enter threads before gtk_init is done */
+    gdk_threads_enter();
+
     wxSetDetectableAutoRepeat( TRUE );
 
     if (!wxApp::Initialize())