From c9132db418f017e9f72d31b1aeb9ef31bd6e0de8 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 17 Feb 2011 03:32:47 -0800 Subject: [PATCH] Remove extraneous [[self navigationItem] setTitle:] calls. --- MobileCydia.mm | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.45.2