summaryrefslogtreecommitdiff
path: root/cocoa/BrowserWindowController.m
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/BrowserWindowController.m')
-rw-r--r--cocoa/BrowserWindowController.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/cocoa/BrowserWindowController.m b/cocoa/BrowserWindowController.m
index ceb3f9f28..019807513 100644
--- a/cocoa/BrowserWindowController.m
+++ b/cocoa/BrowserWindowController.m
@@ -32,6 +32,7 @@
@synthesize urlField;
@synthesize activeBrowser;
+@synthesize activeBrowserController;
- (id) init;
{
@@ -62,6 +63,7 @@
[[self window] setAcceptsMouseMovedEvents: YES];
[urlField setRefreshAction: @selector(reloadPage:)];
+ [urlField bind: @"favicon" toObject: activeBrowserController withKeyPath: @"selection.favicon" options: nil];
}
- (void) addTab: (BrowserViewController *)browser;