summaryrefslogtreecommitdiff
path: root/cocoa/BrowserViewController.m
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/BrowserViewController.m')
-rw-r--r--cocoa/BrowserViewController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/BrowserViewController.m b/cocoa/BrowserViewController.m
index 654d6e80b..026bacf24 100644
--- a/cocoa/BrowserViewController.m
+++ b/cocoa/BrowserViewController.m
@@ -36,7 +36,7 @@
@synthesize windowController;
@synthesize title;
@synthesize status;
-@synthesize spinning;
+@synthesize isProcessing;
- (void) dealloc;
{