From: Jay Freeman (saurik) Date: Thu, 24 Feb 2011 02:00:03 +0000 (-0800) Subject: We are supposed to have two rows of buttons on half errors. X-Git-Tag: v1.1.0%b1~228 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/59befad5fa491ab8e084f7d1e81a2a7430f0f179?ds=inline We are supposed to have two rows of buttons on half errors. --- 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];