mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
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:
parent
20a69d296f
commit
f1ab2ddbb1
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue