]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/BrowserView.mm
Changed the package preferences controller to use UITableView rather than the private...
[cydia.git] / 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];