shell: Stop calling deprecated g_thread_init()
https://bugzilla.gnome.org/show_bug.cgi?id=667527
This commit is contained in:
parent
7c08e54d03
commit
f4bcd50240
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue