In src/keyfile.c:

> @@ -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;

I guess. It also probably would no longer be needed if we already get to use just one variable.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.