From 31d2e1ad41cc25e879c87abb0293ecdc8cef6dff Mon Sep 17 00:00:00 2001 From: Daniel Lundqvist Date: Sun, 28 Dec 2008 23:13:06 +0800 Subject: [PATCH] Have history view react to configuration changes. --- PBWebHistoryController.m | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/PBWebHistoryController.m b/PBWebHistoryController.m index 522aaa1..68fece7 100644 --- a/PBWebHistoryController.m +++ b/PBWebHistoryController.m @@ -115,4 +115,9 @@ contextMenuItemsForElement:(NSDictionary *)element [super finalize]; } +- (void) preferencesChanged +{ + [[self script] callWebScriptMethod:@"enableFeatures" withArguments:nil]; +} + @end