@Keuronde commented on this pull request.
> @@ -611,6 +618,10 @@ static void show_project_properties(gboolean show_build)
gtk_entry_set_text(GTK_ENTRY(e.patterns), entry_text);
g_free(entry_text);
+ gtk_toggle_button_set_active(
+ GTK_TOGGLE_BUTTON(ui_lookup_widget(e.dialog,
"checkbutton_project_dialog_file_relative")),
Right ! I will do that
--
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/pull/2667#discussion_r527913538