Touch the document if corrections were made.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25832 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2008-01-02 04:08:05 +00:00
parent 674495a9cb
commit c5122085ce
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2008-01-01 23:07-EST Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormGormWrapperLoader.m: Touch the document to mark it
as modified in the _repairFile method only if corrections have been
made.
2008-01-01 22:57-EST Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormGormWrapperLoader.m: Cleanup array after

View file

@ -256,6 +256,7 @@
{
errorMsg = [NSString stringWithFormat: @"%d inconsistencies were found, please save the file.",errorCount];
[self _openMessagePanel: errorMsg];
[document touch];
}
}