bxgaillard commented on this pull request.
@@ -458,21 +493,36 @@ void config_init(void)
g_free(data); }
+#if GTK_CHECK_VERSION(3, 0, 0) + g_mutex_init(&change_config_mutex); + g_cond_init(&cond); + saving_thread = g_thread_new(NULL, saving_thread_func, NULL); +#else
I agree. Fixed.