mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-24 20:22:11 +03:00
Changed all source files for use new config module
This commit is contained in:
parent
1aad5105cb
commit
e9930f9e28
@ -515,7 +515,7 @@ load_setup (void)
|
||||
|
||||
/* mc.lib is common for all users, but has priority lower than
|
||||
~/.mc/ini. FIXME: it's only used for keys and treestore now */
|
||||
global_profile_name = concat_dir_and_file (mc_home, "mc.lib");
|
||||
global_profile_name = concat_dir_and_file (mc_home_alt, "mc.lib");
|
||||
|
||||
if (!exist_file(global_profile_name)) {
|
||||
g_free (global_profile_name);
|
||||
|
Loading…
Reference in New Issue
Block a user