* 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:
Gregory John Casamento 2009-07-13 18:12:52 +00:00
parent e00133c375
commit 6d3b1bd4ce
4 changed files with 275 additions and 6 deletions

View file

@ -407,6 +407,7 @@ static NSNotificationCenter *nc = nil;
[self stopTimer];
RELEASE(_parentWindow);
TEST_RELEASE(_pendingParentWindow);
[nc removeObserver: self];
[super dealloc];
}
@end