Skip to content

Commit

Permalink
remove the htmlpopup as delegate to the WebView.
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimm committed Feb 2, 2009
1 parent 04b3773 commit 1050895
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Commands/ExtendedPopUp/DocPopup.m
Expand Up @@ -35,6 +35,7 @@ - (BOOL)shouldCloseForMousePosition:(NSPoint)aPoint
}
- (void) close
{
[webView setFrameLoadDelegate:nil];
[[NSNotificationCenter defaultCenter] removeObserver:self name:NSViewFrameDidChangeNotification object:self];
[super close];
}
Expand Down

0 comments on commit 1050895

Please sign in to comment.