From c904dd7c99976c28146c5a070c1856a6828dffdb Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Thu, 23 Sep 2010 10:36:49 -0700 Subject: Still untested, fixed title. --- UICaboodle/BrowserView.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UICaboodle') diff --git a/UICaboodle/BrowserView.mm b/UICaboodle/BrowserView.mm index 7855dcb..1adf247 100644 --- a/UICaboodle/BrowserView.mm +++ b/UICaboodle/BrowserView.mm @@ -1054,7 +1054,6 @@ static Class $UIWebBrowserView; action:button_ ? @selector(customButtonClicked) : @selector(reloadButtonClicked) ]; [[self navigationItem] setRightBarButtonItem:reloadItem animated:YES]; - [[self navigationItem] setTitle:title_]; [reloadItem release]; } } @@ -1073,6 +1072,7 @@ static Class $UIWebBrowserView; [self callFunction:finish_]; [self applyRightButton]; + if (![self isLoading]) [[self navigationItem] setTitle:title_]; } - (bool) isLoading { -- cgit v1.2.3