added call to g_thread_init(), as ORBit2 stopped doing it and Metacity is
* src/core/main.c: (main): added call to g_thread_init(), as ORBit2 stopped doing it and Metacity is using gconf; closes #565517. svn path=/trunk/; revision=4063
This commit is contained in:
parent
151ddc08ec
commit
b66fbc0369
@ -1,3 +1,8 @@
|
|||||||
|
2008-12-25 Frederic Peters <fpeters@0d.be>
|
||||||
|
|
||||||
|
* src/core/main.c: (main): added call to g_thread_init(), as ORBit2
|
||||||
|
stopped doing it and Metacity is using gconf; closes #565517.
|
||||||
|
|
||||||
2008-12-24 Yanko Kaneti <yaneti@declera.com>
|
2008-12-24 Yanko Kaneti <yaneti@declera.com>
|
||||||
|
|
||||||
* src/metacity.schemas.in.in: add screenshot commands which had
|
* src/metacity.schemas.in.in: add screenshot commands which had
|
||||||
|
@ -376,6 +376,9 @@ main (int argc, char **argv)
|
|||||||
};
|
};
|
||||||
guint i;
|
guint i;
|
||||||
|
|
||||||
|
if (!g_thread_supported ())
|
||||||
|
g_thread_init (NULL);
|
||||||
|
|
||||||
if (setlocale (LC_ALL, "") == NULL)
|
if (setlocale (LC_ALL, "") == NULL)
|
||||||
meta_warning ("Locale not understood by C library, internationalization will not work\n");
|
meta_warning ("Locale not understood by C library, internationalization will not work\n");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user