Fixed broken history of input elements (history wasn't save into ~/.mc/history file)

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
Slava Zanko 2009-06-10 09:41:28 +03:00
parent f606e64861
commit 8a3e1a8f5b

View File

@ -981,6 +981,7 @@ history_put (const char *input_name, GList *h)
} }
} }
mc_config_save_file (cfg);
mc_config_deinit(cfg); mc_config_deinit(cfg);
g_free (profile); g_free (profile);
} }