summaryrefslogtreecommitdiff
path: root/cocoa/URLFieldCell.h
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/URLFieldCell.h')
-rw-r--r--cocoa/URLFieldCell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cocoa/URLFieldCell.h b/cocoa/URLFieldCell.h
index bb0d6572b..38a75a139 100644
--- a/cocoa/URLFieldCell.h
+++ b/cocoa/URLFieldCell.h
@@ -21,9 +21,11 @@
@interface URLFieldCell : NSTextFieldCell {
NSButtonCell *refreshCell;
+ NSImage *favicon;
}
@property (readwrite, assign, nonatomic) SEL refreshAction;
@property (readwrite, assign, nonatomic) id refreshTarget;
+@property (readwrite, retain, nonatomic) NSImage *favicon;
@end