[Github-comments] [geany/geany-plugins] 'Debugger' plugin port to GTK3 with GTK2 compatibility (#791)

Benjamin Gaillard notifications at xxxxx
Mon Nov 26 15:09:35 UTC 2018


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.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/791#discussion_r236291561
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20181126/c19c63b1/attachment-0001.html>


More information about the Github-comments mailing list