summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2010-12-21 22:48:45 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-01-01 14:32:08 -0800
commit1e94d48bab22034f48a4f7846697b3d443476f30 (patch)
tree153eb212ac88b7a0506c7417658d6ff8e9a458fa /MobileCydia.mm
parent7fc0298900fd912b962229f23d090fc422320019 (diff)
Remove (non-functional) shake-to-undo mechanism.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm3
1 files changed, 3 insertions, 0 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 9824346..3837d7b 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -8965,6 +8965,9 @@ static _finline void _setHomePage(Cydia *self) {
_trace();
CydiaApp = self;
+ if ([self respondsToSelector:@selector(setApplicationSupportsShakeToEdit:)])
+ [self setApplicationSupportsShakeToEdit:NO];
+
[NSURLCache setSharedURLCache:[[[SDURLCache alloc]
initWithMemoryCapacity:524288
diskCapacity:10485760