From 59befad5fa491ab8e084f7d1e81a2a7430f0f179 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 23 Feb 2011 18:00:03 -0800 Subject: [PATCH] We are supposed to have two rows of buttons on half errors. --- MobileCydia.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/MobileCydia.mm b/MobileCydia.mm index 999a708f..4430dc7c 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -8804,6 +8804,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { ] autorelease]; [alert setContext:@"fixhalf"]; + [alert setNumberOfRows:2]; [alert show]; } else if (!Ignored_ && [essential_ count] != 0) { int count = [essential_ count]; -- 2.50.0