mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
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:
parent
674495a9cb
commit
c5122085ce
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -256,6 +256,7 @@
|
|||
{
|
||||
errorMsg = [NSString stringWithFormat: @"%d inconsistencies were found, please save the file.",errorCount];
|
||||
[self _openMessagePanel: errorMsg];
|
||||
[document touch];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue