]> git.saurik.com Git - cydia.git/commitdiff
even more browserview/cydia; fully working now!
authorGrant Paul <chpwn@chpwn.com>
Thu, 23 Sep 2010 23:44:06 +0000 (16:44 -0700)
committerJay Freeman <saurik@Jay-Freemans-MacBook-Pro.local>
Mon, 4 Oct 2010 07:12:20 +0000 (00:12 -0700)
UICaboodle/BrowserView.mm

index dbdc8f418045b3de8419e3d427bba7a3711b9eb4..7c123f9796cd49851c166b7ba29b1bc3f6ca8e06 100644 (file)
@@ -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];