Corrected bug#13756.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21468 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-07-14 02:48:06 +00:00
parent 37914f9227
commit 2be1a8d168
2 changed files with 5 additions and 7 deletions

View file

@ -1,3 +1,8 @@
2005-07-13 22:51 Gregory John Casamento <greg_casamento@yahoo.com>
* Palettes/2Controls/GormButtonEditor.m: Corrected issue with
button editing. bug #13756.
2005-07-13 09:01 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormClassEditor.m: Corrected problem selecting NSObject

View file

@ -266,8 +266,6 @@ static NSRect oldFrame;
@implementation GormButtonEditor
- (void) handleNotification: (NSNotification*)aNotification
{
NSString *name = [aNotification name];
@ -322,11 +320,6 @@ static NSRect oldFrame;
[[self window] flushWindow];
}
}
[[NSNotificationCenter defaultCenter]
removeObserver: self
name: NSViewFrameDidChangeNotification
object: nil];
}