gconf r2749 - in branches/gnome-2-22: . gconf
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: gconf r2749 - in branches/gnome-2-22: . gconf
- Date: Tue, 27 Jan 2009 16:46:41 +0000 (UTC)
Author: tml
Date: Tue Jan 27 16:46:41 2009
New Revision: 2749
URL: http://svn.gnome.org/viewvc/gconf?rev=2749&view=rev
Log:
2009-01-27 Tor Lillqvist <tml novell com>
* gconf/gconfd.c (main): Call g_thread_init(NULL) here as
libORBit-2 would anyway, and it is best to call g_thread_init() as
early as possible if it will be called at all.
Modified:
branches/gnome-2-22/ChangeLog
branches/gnome-2-22/gconf/gconfd.c
Modified: branches/gnome-2-22/gconf/gconfd.c
==============================================================================
--- branches/gnome-2-22/gconf/gconfd.c (original)
+++ branches/gnome-2-22/gconf/gconfd.c Tue Jan 27 16:46:41 2009
@@ -588,6 +588,8 @@
int dev_null_fd;
int write_byte_fd;
+ g_thread_init (NULL);
+
_gconf_init_i18n ();
setlocale (LC_ALL, "");
textdomain (GETTEXT_PACKAGE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]