aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.c
diff options
context:
space:
mode:
authorLars Henriksen <LarsHenriksen@get2net.dk>2018-08-22 10:03:35 +0200
committerLukas Fleischer <lfleischer@calcurse.org>2018-10-21 20:01:34 +0200
commit8c2ccebe3500accf57675553a88f55496eec394a (patch)
tree0084c1c612c1aa864af60e8053b385e7fabf78ca /src/calcurse.c
parente97360df71421c16491d797c2ae0f1bcd57d3b0b (diff)
downloadcalcurse-8c2ccebe3500accf57675553a88f55496eec394a.tar.gz
calcurse-8c2ccebe3500accf57675553a88f55496eec394a.zip
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>
Diffstat (limited to 'src/calcurse.c')
-rw-r--r--src/calcurse.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/calcurse.c b/src/calcurse.c
index 920cbcd..5a08d53 100644
--- a/src/calcurse.c
+++ b/src/calcurse.c
@@ -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();
/*