mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Stop searching for a config.auto file
It's no longer used in gnucash. The preferences are now handled via gsettings instead.
This commit is contained in:
parent
765c117aac
commit
beff795130
@ -392,11 +392,6 @@ load_user_config(void)
|
|||||||
"config-2.0.user", "config-1.8.user", "config-1.6.user",
|
"config-2.0.user", "config-1.8.user", "config-1.6.user",
|
||||||
"config.user", NULL
|
"config.user", NULL
|
||||||
};
|
};
|
||||||
static const gchar *auto_config_files[] =
|
|
||||||
{
|
|
||||||
"config-2.0.auto", "config-1.8.auto", "config-1.6.auto",
|
|
||||||
"config.auto", NULL
|
|
||||||
};
|
|
||||||
static const gchar *saved_report_files[] =
|
static const gchar *saved_report_files[] =
|
||||||
{
|
{
|
||||||
SAVED_REPORTS_FILE, SAVED_REPORTS_FILE_OLD_REV, NULL
|
SAVED_REPORTS_FILE, SAVED_REPORTS_FILE_OLD_REV, NULL
|
||||||
@ -410,8 +405,6 @@ load_user_config(void)
|
|||||||
|
|
||||||
update_message("loading user configuration");
|
update_message("loading user configuration");
|
||||||
try_load_config_array(user_config_files);
|
try_load_config_array(user_config_files);
|
||||||
update_message("loading auto configuration");
|
|
||||||
try_load_config_array(auto_config_files);
|
|
||||||
update_message("loading saved reports");
|
update_message("loading saved reports");
|
||||||
try_load_config_array(saved_report_files);
|
try_load_config_array(saved_report_files);
|
||||||
update_message("loading stylesheets");
|
update_message("loading stylesheets");
|
||||||
|
Loading…
Reference in New Issue
Block a user