diff options
author | Grant Paul <chpwn@chpwn.com> | 2010-09-23 16:44:06 -0700 |
---|---|---|
committer | Jay Freeman <saurik@Jay-Freemans-MacBook-Pro.local> | 2010-10-04 00:12:20 -0700 |
commit | a72a99208908ec0c1571eb6fd83af087ab11a818 (patch) | |
tree | 0267d5ce37b8920107400aa6e2bc9ddab0356180 /UICaboodle | |
parent | 2fad210a379c5b3b8c74a9607d36f636a61a4a46 (diff) |
even more browserview/cydia; fully working now!
Diffstat (limited to 'UICaboodle')
-rw-r--r-- | UICaboodle/BrowserView.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/UICaboodle/BrowserView.mm b/UICaboodle/BrowserView.mm index dbdc8f4..7c123f9 100644 --- a/UICaboodle/BrowserView.mm +++ b/UICaboodle/BrowserView.mm @@ -1071,6 +1071,7 @@ static Class $UIWebBrowserView; - (void) applyRightButton { if ([self isLoading]) { [[self navigationItem] setRightBarButtonItem:loadingitem_ animated:YES]; + [[loadingitem_ view] addSubview:indicator_]; [self applyLoadingTitle]; } else if (button_) { [[self navigationItem] setRightBarButtonItem:[self customButton] animated:YES]; |