Handling of modified flag
The flag modified (io.c) keeps track of the memory state of data: modified == 0: unchanged since load or last save modified == 1: changed since load or last save It is now unset in io_load_data() and io_save_cal() only. Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
committed by
Lukas Fleischer
parent
e97360df71
commit
8c2ccebe35
@@ -626,7 +626,6 @@ int main(int argc, char **argv)
|
||||
io_load_data(NULL);
|
||||
run_hook("post-load");
|
||||
|
||||
io_unset_modified();
|
||||
wins_slctd_set(conf.default_panel);
|
||||
wins_resize();
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user