diff options
author | Grant Paul <chpwn@chpwn.com> | 2010-09-23 10:36:49 -0700 |
---|---|---|
committer | Jay Freeman <saurik@Jay-Freemans-MacBook-Pro.local> | 2010-10-04 00:12:20 -0700 |
commit | c904dd7c99976c28146c5a070c1856a6828dffdb (patch) | |
tree | 74fa0f749d7df859f540ae15adfbc240146d7f5d /UICaboodle | |
parent | 40bfa2e6b725a6d987d105d04ffed737243399a4 (diff) |
Still untested, fixed title.
Diffstat (limited to 'UICaboodle')
-rw-r--r-- | UICaboodle/BrowserView.mm | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |