mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-26 02:48:54 +02:00
Update the returned value after locale changes. (#160271, Christian
2004-12-07 Matthias Clasen <mclasen@redhat.com> * glib/gutils.c (g_get_language_names): Update the returned value after locale changes. (#160271, Christian Persch) (_g_utils_thread_init): Initialize the language name cache before going threaded. * glib/gthread.c (g_thread_init_glib): Call _g_utils_thread_init(). * glib/gthreadinit.h: Add _g_utils_thread_init().
This commit is contained in:
committed by
Matthias Clasen
parent
9a62b4b291
commit
10632e416f
@@ -152,6 +152,7 @@ g_thread_init_glib (void)
|
||||
_g_mem_thread_init ();
|
||||
_g_messages_thread_init ();
|
||||
_g_atomic_thread_init ();
|
||||
_g_utils_thread_init ();
|
||||
#ifdef G_OS_WIN32
|
||||
_g_win32_thread_init ();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user