[evolution-exchange] Remove g_thread_init() calls.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-exchange] Remove g_thread_init() calls.
- Date: Wed, 26 Oct 2011 19:43:40 +0000 (UTC)
commit 391d4db04d185e91e0b85d5451ede6c78370a30f
Author: Matthew Barnes <mbarnes redhat com>
Date: Wed Oct 26 15:34:26 2011 -0400
Remove g_thread_init() calls.
g_type_init() already calls it, and has for several GLib releases.
tools/ximian-connector-setup.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/tools/ximian-connector-setup.c b/tools/ximian-connector-setup.c
index 7c33b4a..2f7c106 100644
--- a/tools/ximian-connector-setup.c
+++ b/tools/ximian-connector-setup.c
@@ -88,10 +88,6 @@ main (gint argc,
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
- g_type_init ();
- #if !GLIB_CHECK_VERSION(2,31,0)
- g_thread_init (NULL);
- #endif
gtk_init_with_args (&argc, &argv, NULL, NULL, (gchar *) GETTEXT_PACKAGE, &error);
if (error != NULL) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]