add a missing removeObserver: to the message window controller

the last commit ensured that the drag overlay window resized when not window, which led to inaccurate sizes when exposé-d
This commit is contained in:
Mitchell Livingston 2010-01-28 03:17:50 +00:00
parent dc31055e53
commit 5b41378241
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@
- (void) dealloc
{
[[NSNotificationCenter defaultCenter] removeObserver: self];
[fTimer invalidate];
[fLock release];