From: Grant Paul Date: Thu, 23 Sep 2010 23:44:06 +0000 (-0700) Subject: even more browserview/cydia; fully working now! X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/766b71dd4f1e125f68905d928c6735f2346cb5ea even more browserview/cydia; fully working now! --- diff --git a/UICaboodle/BrowserView.mm b/UICaboodle/BrowserView.mm index dbdc8f41..7c123f97 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];