aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/et_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/et_core.c')
-rw-r--r--src/et_core.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/et_core.c b/src/et_core.c
index 567a4bf..d8d1930 100644
--- a/src/et_core.c
+++ b/src/et_core.c
@@ -3718,6 +3718,11 @@ gboolean ET_Save_File_Tag_To_HD (ET_File *ETFile)
}
}
+ // update the stored file modification time to prevent easytag
+ // from warning that an external program has changed the file
+ if ( stat(cur_filename,&statbuf)!=-1 )
+ ETFile->FileModificationTime = statbuf.st_mtime;
+
if (state==TRUE)
{