From: Jay Freeman (saurik) Date: Thu, 17 Feb 2011 11:32:47 +0000 (-0800) Subject: Remove extraneous [[self navigationItem] setTitle:] calls. X-Git-Tag: v1.1.0%b1~331 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/c9132db418f017e9f72d31b1aeb9ef31bd6e0de8 Remove extraneous [[self navigationItem] setTitle:] calls. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index b2cb42fe..2b6bd1e0 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -4282,8 +4282,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { if ((self = [super init]) != nil) { database_ = database; - [[self navigationItem] setTitle:UCLocalize("CONFIRM")]; - NSMutableArray *installing = [NSMutableArray arrayWithCapacity:16]; NSMutableArray *reinstalling = [NSMutableArray arrayWithCapacity:16]; NSMutableArray *upgrading = [NSMutableArray arrayWithCapacity:16]; @@ -6087,8 +6085,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { } - (void) viewDidLoad { - [[self navigationItem] setTitle:UCLocalize("MANAGE")]; - [[self navigationItem] setLeftBarButtonItem:[[[UIBarButtonItem alloc] initWithTitle:UCLocalize("SETTINGS") style:UIBarButtonItemStylePlain