mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Add the corresponding code in dealloc to the last change.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28800 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
28c709afdf
commit
be1045089a
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-10-11 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/GSStandardWindowDecorationView.m (-dealloc): Remove from
|
||||
the notification centre.
|
||||
|
||||
2009-10-10 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/GSStandardWindowDecorationView.m,
|
||||
|
|
|
@ -170,6 +170,12 @@
|
|||
return self;
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
[[NSNotificationCenter defaultCenter] removeObserver: self];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
- (void) drawRect: (NSRect)rect
|
||||
{
|
||||
[[GSTheme theme] drawWindowBorder: rect
|
||||
|
|
Loading…
Reference in a new issue