From 1490258b3e25c05769dc1dfd1a1a6c7179fb88cf Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Thu, 20 Jan 2011 13:22:39 +0000 Subject: Renamed 'spinning' property to 'isProcessing' so that the tab bar picks it up and displays a spinner. svn path=/trunk/netsurf/; revision=11420 --- cocoa/BrowserViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa/BrowserViewController.m') 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; { -- cgit v1.2.3