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:
Gregory John Casamento 2004-11-08 04:18:49 +00:00
parent 85f23ac47e
commit 1451e6f4fe

View file

@ -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];