@bxgaillard commented on this pull request.


In debugger/src/dconfig.c:

> @@ -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.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.