summaryrefslogtreecommitdiff
path: root/UICaboodle/BrowserView.mm
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2010-09-23 16:44:06 -0700
committerJay Freeman <saurik@Jay-Freemans-MacBook-Pro.local>2010-10-04 00:12:20 -0700
commita72a99208908ec0c1571eb6fd83af087ab11a818 (patch)
tree0267d5ce37b8920107400aa6e2bc9ddab0356180 /UICaboodle/BrowserView.mm
parent2fad210a379c5b3b8c74a9607d36f636a61a4a46 (diff)
even more browserview/cydia; fully working now!
Diffstat (limited to 'UICaboodle/BrowserView.mm')
-rw-r--r--UICaboodle/BrowserView.mm1
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];