diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-23 18:00:03 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 02:41:12 -0800 |
commit | 59befad5fa491ab8e084f7d1e81a2a7430f0f179 (patch) | |
tree | 98f6e0e62d0614be3c6cb6e47146d8ced8044314 /MobileCydia.mm | |
parent | 2e9123cb835e70b48f8eb4b72520e2ef5cbe92ec (diff) |
We are supposed to have two rows of buttons on half errors.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 999a708..4430dc7 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]; |