mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-25 07:21:03 +00:00
More improvements.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20313 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
85f23ac47e
commit
1451e6f4fe
1 changed files with 2 additions and 3 deletions
|
@ -1196,7 +1196,7 @@
|
|||
}
|
||||
|
||||
[ci setObject: @"Do NOT change this file, Gorm maintains it"
|
||||
forKey: @"##Comment"];
|
||||
forKey: @"## Comment"];
|
||||
|
||||
return [ci writeToFile: path atomically: YES];
|
||||
}
|
||||
|
@ -1289,8 +1289,7 @@
|
|||
|
||||
// Iterate over the set of classes, if it's in the classInformation
|
||||
// list, it's a category, if it's not it's a custom class.
|
||||
[dict removeObjectForKey: @"##Comment"]; // remove the comment...
|
||||
en = [dict keyEnumerator];
|
||||
en = [dict keyEnumerator];
|
||||
while((key = [en nextObject]) != nil)
|
||||
{
|
||||
id class_dict = [dict objectForKey: key];
|
||||
|
|
Loading…
Reference in a new issue