[gnome-control-center] shell: Stop calling deprecated g_thread_init()



commit f4bcd50240b93ed1de84ecf96e7399168d8d0d0a
Author: Vincent Untz <vuntz gnome org>
Date:   Mon Jan 9 11:15:23 2012 +0100

    shell: Stop calling deprecated g_thread_init()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=667527

 configure.ac           |    2 +-
 shell/control-center.c |    2 --
 2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 033500a..be52551 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ dnl ==============================================
 dnl Check that we meet the  dependencies
 dnl ==============================================
 
-GLIB_REQUIRED_VERSION=2.29.14
+GLIB_REQUIRED_VERSION=2.31.0
 GTK_REQUIRED_VERSION=3.3.5
 DESKTOP_SCHEMAS_REQUIRED_VERSION=3.0.2
 PA_REQUIRED_VERSION=0.9.16
diff --git a/shell/control-center.c b/shell/control-center.c
index a69eef2..45653af 100644
--- a/shell/control-center.c
+++ b/shell/control-center.c
@@ -179,8 +179,6 @@ main (int argc, char **argv)
   bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
   textdomain (GETTEXT_PACKAGE);
 
-
-  g_thread_init (NULL);
   gtk_init (&argc, &argv);
   cc_shell_log_init ();
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]