From: Jay Freeman (saurik) Date: Sat, 11 Jul 2009 06:01:52 +0000 (+0000) Subject: Fixed conflict with SixRows. X-Git-Tag: v0.9.2968^0 X-Git-Url: https://git.saurik.com/fiveicondock.git/commitdiff_plain/1aab65220f1ade3fd5a91d8b87e51189fe6d7f95?hp=f3ba5d7c436d772f90b161eb82d1d6ae122c7b31 Fixed conflict with SixRows. --- diff --git a/Tweak.mm b/Tweak.mm index fe8e45c..50f9246 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 < 70 && count > 40) + if (count < 45 && count > 40) origin.x = 256; else if (count > 10 || count < 0) goto set; diff --git a/control b/control index d2397d2..3245528 100644 --- a/control +++ b/control @@ -3,7 +3,7 @@ Priority: optional Section: Tweaks Maintainer: Jay Freeman (saurik) Architecture: iphoneos-arm -Version: 0.9.2967-1 +Version: 0.9.2968-1 Description: fits even more stuff right down there Name: Five Icon Dock Depends: mobilesubstrate (>= 0.9.2555-1)