24a35882ac
to fix some threading issues in Firefox, but I have not personally encountered them (at least not ones fixed by this patch). See http://bugzilla.mozilla.org/show_bug.cgi?id=247204 for more details. Submitted by: green
10 lines
371 B
C++
10 lines
371 B
C++
--- 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);
|
|
|