mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove duplicate call to gnc_set_default_directory().
This commit is contained in:
parent
8f8143b423
commit
0ad521c068
@ -1101,7 +1101,6 @@ check_file_path (const char *path)
|
||||
gchar *dir = g_path_get_dirname(path);
|
||||
const gchar *dotgnucash = gnc_dotgnucash_dir();
|
||||
char *dirpath = dir;
|
||||
gnc_set_default_directory (GNC_PREFS_GROUP_OPEN_SAVE, dir);
|
||||
|
||||
/* Prevent user from storing file in GnuCash' private configuration
|
||||
* directory (~/.gnucash by default in linux, but can be overridden)
|
||||
|
Loading…
Reference in New Issue
Block a user