blob: 68f43996813dfb0a3f2e83abaeaab53cc0abe19e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- toolkit/xre/nsAppRunner.cpp.orig Sat Jun 19 00:37:07 2004
+++ toolkit/xre/nsAppRunner.cpp Sat Jun 19 00:37:39 2004
@@ -1710,6 +1710,7 @@
// in nsAppShell::Create, but we need to get in before gtk
// has been initialized to make sure everything is running
// consistently.
+ g_thread_init(NULL);
if (CheckArg("install"))
gdk_rgb_set_install(TRUE);
|