mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
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:
parent
f606e64861
commit
8a3e1a8f5b
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user