More corrections/improvements.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21094 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-04-12 03:29:00 +00:00
parent 20a69d296f
commit f1ab2ddbb1
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-04-11 23:24 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormInspectorsManager.m: Send a call to "revert"
to load the contents of the inspector from the object.
2005-04-11 22:46 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormGenericEditor.m: Removed release of resource

View file

@ -579,6 +579,9 @@
// inspect the object.
[inspector setObject: obj];
// load the object.
[inspector revert: self];
}
/* This is to include the formatter item in the pop up button