From 6e8f1574d08c29cb9768779ae651b27e1de3d6ef Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Thu, 23 Sep 2010 10:36:49 -0700 Subject: [PATCH] Still untested, fixed title. --- UICaboodle/BrowserView.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UICaboodle/BrowserView.mm b/UICaboodle/BrowserView.mm index 7855dcb3..1adf247b 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 { -- 2.45.2