You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/gnome-extra/gtkhtml/files/gtkhtml-3.32.2-g_thread_ini...

26 lines
669 B

From b9882960dab978b85cbd32fc9b31e588c8c817ff Mon Sep 17 00:00:00 2001
From: Gilles Dartiguelongue <eva@gentoo.org>
Date: Wed, 10 Oct 2012 23:37:48 +0200
Subject: [PATCH] Drop deprecated g_thread_init
---
components/editor/main.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/components/editor/main.c b/components/editor/main.c
index 0a0a37f..3c729a2 100644
--- a/components/editor/main.c
+++ b/components/editor/main.c
@@ -373,8 +373,6 @@ main (gint argc, gchar **argv)
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
- g_thread_init (NULL);
-
gtk_init (&argc, &argv);
editor = gtkhtml_editor_new ();
--
1.7.12