14 lines
460 B
Diff
14 lines
460 B
Diff
diff -up pygobject-2.15.3/gobject/gobjectmodule.c.threads-init pygobject-2.15.3/gobject/gobjectmodule.c
|
|
--- pygobject-2.15.3/gobject/gobjectmodule.c.threads-init 2008-08-31 17:11:51.000000000 -0400
|
|
+++ pygobject-2.15.3/gobject/gobjectmodule.c 2008-08-31 20:33:54.000000000 -0400
|
|
@@ -1809,6 +1809,9 @@ pygobject_enable_threads(void)
|
|
{
|
|
if (!pyglib_enable_threads())
|
|
return -1;
|
|
+
|
|
+ pygobject_api_functions.threads_enabled = TRUE;
|
|
+
|
|
return 0;
|
|
}
|
|
|