[yelp] Don't call g_thread_init()
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp] Don't call g_thread_init()
- Date: Thu, 3 Nov 2011 13:18:23 +0000 (UTC)
commit f5c1a485438d89e3df1e0054f3756d9f3e6fec8f
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Nov 2 22:52:17 2011 -0400
Don't call g_thread_init()
g_type_init() has been doing this anyway since GLib 2.24 or so
anyway. And with GLib 2.31, it is not necessary anymore.
https://bugzilla.gnome.org/show_bug.cgi?id=663285
src/yelp.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/yelp.c b/src/yelp.c
index 6cf425b..fac6d1a 100644
--- a/src/yelp.c
+++ b/src/yelp.c
@@ -37,7 +37,6 @@ main (int argc, char **argv)
{
YelpApplication *app;
- g_thread_init (NULL);
g_type_init ();
setlocale (LC_ALL, "");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]