From: Grant Paul Date: Thu, 23 Sep 2010 17:36:49 +0000 (-0700) Subject: Still untested, fixed title. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/6e8f1574d08c29cb9768779ae651b27e1de3d6ef?ds=inline Still untested, fixed title. --- diff --git a/UICaboodle/BrowserView.mm b/UICaboodle/BrowserView.mm index 7855dcb3..1adf247b 100644 --- a/UICaboodle/BrowserView.mm +++ b/UICaboodle/BrowserView.mm @@ -1054,7 +1054,6 @@ static Class $UIWebBrowserView; action:button_ ? @selector(customButtonClicked) : @selector(reloadButtonClicked) ]; [[self navigationItem] setRightBarButtonItem:reloadItem animated:YES]; - [[self navigationItem] setTitle:title_]; [reloadItem release]; } } @@ -1073,6 +1072,7 @@ static Class $UIWebBrowserView; [self callFunction:finish_]; [self applyRightButton]; + if (![self isLoading]) [[self navigationItem] setTitle:title_]; } - (bool) isLoading {