]> sjero.net Git - linphone/commitdiff
fix double g_thread initialization in wizard
authorSimon Morlat <simon.morlat@linphone.org>
Tue, 10 Jul 2012 08:13:31 +0000 (10:13 +0200)
committerSimon Morlat <simon.morlat@linphone.org>
Tue, 10 Jul 2012 08:13:31 +0000 (10:13 +0200)
gtk/setupwizard.c

index ae1bcfa6a0c2bf6a68397b7e381d5049fc97877d..39673da99bebc0395b1c9a15a26c3773b9bb641e 100644 (file)
@@ -538,11 +538,6 @@ GtkWidget * linphone_gtk_create_assistant(void){
        ok = create_pixbuf(linphone_gtk_get_ui_config("ok","ok.png"));
        notok = create_pixbuf(linphone_gtk_get_ui_config("notok","notok.png"));
 
-#if !GLIB_CHECK_VERSION(2, 31, 0)
-       g_thread_init (NULL);
-#endif
-       gdk_threads_init ();
-
        GtkWidget *p1=create_intro();
        GtkWidget *p2=create_setup_signin_choice();
        GtkWidget *p31=create_account_informations_page();
@@ -605,3 +600,4 @@ GtkWidget * linphone_gtk_create_assistant(void){
 
        return w;
 }
+