diff options
Diffstat (limited to 'gobject/gobjectmodule.c')
-rw-r--r-- | gobject/gobjectmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/gobjectmodule.c b/gobject/gobjectmodule.c index 95d1b76..aa7ee49 100644 --- a/gobject/gobjectmodule.c +++ b/gobject/gobjectmodule.c @@ -2602,6 +2602,6 @@ PYGLIB_MODULE_START(_gobject, "gobject._gobject") PyDict_GetItemString(d, "signal_accumulator_true_handled"); pygobject_api_functions.threads_enabled = pyglib_threads_enabled(); - pyglib_notify_on_enabling_threads(pyg_note_threads_enabled); + _pyglib_notify_on_enabling_threads(pyg_note_threads_enabled); } PYGLIB_MODULE_END |