@bxgaillard commented on this pull request.


In debugger/src/tpage.c:

>  	modules = debug_get_modules();
 	for (iter = modules; iter; iter = iter->next)
 	{
+#if GTK_CHECK_VERSION(3, 0, 0)
+		gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(debugger_cmb), (gchar*)iter->data);

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.