]> git.saurik.com Git - cydia.git/commitdiff
Use two rows for Removing Essentials buttons.
authorJay Freeman (saurik) <saurik@saurik.com>
Sat, 26 Mar 2011 08:54:46 +0000 (01:54 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Sat, 26 Mar 2011 08:54:50 +0000 (01:54 -0700)
MobileCydia.mm

index a1a9ede637e93d6c7b92e920b8560a7c82ddc584..25de2d826eb8798991c6243c4ca2b78ae1a9554c 100644 (file)
@@ -4980,6 +4980,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
             ] autorelease];
 
             [essential_ setContext:@"remove"];
+            [essential_ setNumberOfRows:2];
         } else {
             essential_ = [[[UIAlertView alloc]
                 initWithTitle:UCLocalize("UNABLE_TO_COMPLY")