@b4n commented on this pull request.
> @@ -623,7 +623,7 @@ static void save_dialog_prefs(GKeyFile *config)
build_save_menu(config, NULL, GEANY_BCS_PREF);
/* printing */
- g_key_file_set_string(config, "printing", "print_cmd",
printing_prefs.external_print_cmd ? printing_prefs.external_print_cmd : "");
+ g_key_file_set_string(config, "printing", "print_cmd2",
printing_prefs.external_print_cmd ? printing_prefs.external_print_cmd : "");
I don't think any of the "'fixed" variant, however mean, aren't really
warranted: it's IMO not "fixed" per se but for the forgotten migration, it's
just another/extended format.
If you prefer we can use one of the serious ones, maybe
`print_cmd_common_format`.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4319#discussion_r2133747483
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/4319/review/[email protected]>