From f3ba5d7c436d772f90b161eb82d1d6ae122c7b31 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 11 Jul 2009 01:38:01 +0000 Subject: [PATCH] Fixed conflict with FiveIRows. --- Tweak.mm | 2 +- control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tweak.mm b/Tweak.mm index ad2f26f..fe8e45c 100644 --- a/Tweak.mm +++ b/Tweak.mm @@ -32,7 +32,7 @@ MSHook(void, SBIcon$setOrigin$, SBIcon *self, SEL sel, CGPoint origin) { unsigned count(origin.y); //NSLog(@"C:%u=(%f,%f)", count, origin.x, origin.y); - if (count < 90 && count > 40) + if (count < 70 && count > 40) origin.x = 256; else if (count > 10 || count < 0) goto set; diff --git a/control b/control index d60b28d..d2397d2 100644 --- a/control +++ b/control @@ -3,7 +3,7 @@ Priority: optional Section: Tweaks Maintainer: Jay Freeman (saurik) Architecture: iphoneos-arm -Version: 0.9.2924-1 +Version: 0.9.2967-1 Description: fits even more stuff right down there Name: Five Icon Dock Depends: mobilesubstrate (>= 0.9.2555-1) -- 2.47.2