From 2761d5744c0b6e5a8a3d4941f8122a1e8ed95be6 Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Sat, 12 Feb 2011 14:45:28 -0800 Subject: [PATCH] To match the built in Apple apps, the Confirm button should be blue (like Send in MobileMail, etc). --- MobileCydia.mm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MobileCydia.mm b/MobileCydia.mm index be7f8c23..cc0d9788 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -4315,7 +4315,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { [[self navigationItem] setLeftBarButtonItem:[[[UIBarButtonItem alloc] initWithTitle:UCLocalize("CANCEL") - // OLD: [NSString stringWithFormat:UCLocalize("SLASH_DELIMITED"), UCLocalize("CANCEL"), UCLocalize("QUEUE")] style:UIBarButtonItemStylePlain target:self action:@selector(cancelButtonClicked) @@ -4328,7 +4327,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { if (issues_ == nil && ![self isLoading]) [[self navigationItem] setRightBarButtonItem:[[[UIBarButtonItem alloc] initWithTitle:UCLocalize("CONFIRM") - style:UIBarButtonItemStylePlain + style:UIBarButtonItemStyleDone target:self action:@selector(confirmButtonClicked) ] autorelease]]; -- 2.45.2