Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Thu, 30 Jan 2025 23:16:19 UTC Commit: a949e69524c6e467ed74075a0ffc7c12b3a510c8 https://github.com/geany/geany/commit/a949e69524c6e467ed74075a0ffc7c12b3a510...
Log Message: ----------- Fix initial sensitivity of the inconsistent line end pref
Modified Paths: -------------- src/prefs.c
Modified: src/prefs.c 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -590,6 +590,7 @@ static void prefs_init_dialog(void)
widget = ui_lookup_widget(ui_widgets.prefs_dialog, "check_line_end"); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(widget), editor_prefs.show_line_endings); + on_check_line_end_toggled(GTK_TOGGLE_BUTTON(widget), NULL);
widget = ui_lookup_widget(ui_widgets.prefs_dialog, "check_line_endings_only_when_differ"); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(widget),
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).