Changed all source files for use new config module

This commit is contained in:
Slava Zanko 2009-05-20 15:34:33 +03:00
parent 1aad5105cb
commit e9930f9e28

View File

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