@bxgaillard commented on this pull request.


In debugger/src/dconfig.c:

> @@ -269,8 +274,13 @@ static void save_to_keyfile(GKeyFile *keyfile)
  */
 static gpointer saving_thread_func(gpointer data)
 {
+#if GTK_CHECK_VERSION(3, 0, 0)
+	gint64 interval;
+	g_mutex_lock(&change_config_mutex);
+#else

I agree. I replaced the deprecated glib code with the new one.


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