[evolution-exchange/gnome-3-3-1: 1/2] Remove g_thread_init() calls.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-exchange/gnome-3-3-1: 1/2] Remove g_thread_init() calls.
- Date: Wed, 26 Oct 2011 20:33:02 +0000 (UTC)
commit 89d8bf6b8c9b86400c8f83a3c22122124ae366c9
Author: Matthew Barnes <mbarnes redhat com>
Date: Wed Oct 26 16:11:53 2011 -0400
Remove g_thread_init() calls.
g_type_init() already calls it, and has for several GLib releases.
tools/ximian-connector-setup.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/tools/ximian-connector-setup.c b/tools/ximian-connector-setup.c
index 747028c..2f7c106 100644
--- a/tools/ximian-connector-setup.c
+++ b/tools/ximian-connector-setup.c
@@ -88,8 +88,6 @@ main (gint argc,
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
- g_type_init ();
- g_thread_init (NULL);
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]