[gtkhtml/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: [gtkhtml/gnome-3-3-1: 1/2] Remove g_thread_init() calls.
- Date: Wed, 26 Oct 2011 19:57:25 +0000 (UTC)
commit 1455579f61e9af7faa030d52fe8f01373ef437d3
Author: Matthew Barnes <mbarnes redhat com>
Date: Wed Oct 26 15:46:46 2011 -0400
Remove g_thread_init() calls.
g_type_init() already calls it, and has for several GLib releases.
components/editor/main.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/components/editor/main.c b/components/editor/main.c
index 9f84da8..e61ee7a 100644
--- a/components/editor/main.c
+++ b/components/editor/main.c
@@ -370,8 +370,6 @@ main (gint argc,
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
- g_thread_init (NULL);
-
gtk_init (&argc, &argv);
editor = gtkhtml_editor_new ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]