mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 22:17:39 +00:00
* Source/NSAlert.m: Implementation of GSAlertSheet.
* Source/NSApplication.m: Change order in which setWindowParent: and runModalForWindow: are called in beginSheet:... method. * Source/NSDrawer.m: Remove notifications when drawer is closed in dealloc. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28392 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e00133c375
commit
6d3b1bd4ce
4 changed files with 275 additions and 6 deletions
|
@ -407,6 +407,7 @@ static NSNotificationCenter *nc = nil;
|
|||
[self stopTimer];
|
||||
RELEASE(_parentWindow);
|
||||
TEST_RELEASE(_pendingParentWindow);
|
||||
[nc removeObserver: self];
|
||||
[super dealloc];
|
||||
}
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue