diff --git a/PBWebHistoryController.m b/PBWebHistoryController.m index 8186a6c..153f20f 100644 --- a/PBWebHistoryController.m +++ b/PBWebHistoryController.m @@ -149,11 +149,11 @@ contextMenuItemsForElement:(NSDictionary *)element return [historyController valueForKeyPath:[@"repository.config." stringByAppendingString:config]]; } -- (void) finalize -{ - [historyController removeObserver:self forKeyPath:@"webCommit"]; - [super finalize]; -} +// - (void) finalize +// { +// [historyController removeObserver:self forKeyPath:@"webCommit"]; +// [super finalize]; +// } - (void) preferencesChanged {