From 766b71dd4f1e125f68905d928c6735f2346cb5ea Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Thu, 23 Sep 2010 16:44:06 -0700 Subject: [PATCH] even more browserview/cydia; fully working now! --- UICaboodle/BrowserView.mm | 1 + 1 file changed, 1 insertion(+) 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]; -- 2.45.2