> @@ -777,6 +781,8 @@ static void load_dialog_prefs(GKeyFile *config) > file_prefs.tab_order_ltr = utils_get_setting_boolean(config, PACKAGE, > "tab_order_ltr", TRUE); > file_prefs.tab_order_beside = utils_get_setting_boolean(config, > PACKAGE, "tab_order_beside", FALSE); > interface_prefs.show_notebook_tabs = utils_get_setting_boolean(config, > PACKAGE, "show_notebook_tabs", TRUE); > + if (interface_prefs.auto_sort_tabs_filename && > interface_prefs.auto_sort_tabs_pathname) > + interface_prefs.auto_sort_tabs_filename = FALSE;
indeed --- 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/1144/files/c064984ff29744294b7c25d2987c5b51f3c24405#r72894111
