Have history view react to configuration changes.

This commit is contained in:
Daniel Lundqvist
2008-12-28 23:13:06 +08:00
committed by Pieter de Bie
parent 865ae5f422
commit 31d2e1ad41
+5
View File
@@ -115,4 +115,9 @@ contextMenuItemsForElement:(NSDictionary *)element
[super finalize];
}
- (void) preferencesChanged
{
[[self script] callWebScriptMethod:@"enableFeatures" withArguments:nil];
}
@end