]> git.saurik.com Git - fiveicondock.git/commitdiff
Fixed conflict with FiveIRows. v0.9.2967
authorJay Freeman (saurik) <saurik@saurik.com>
Sat, 11 Jul 2009 01:38:01 +0000 (01:38 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Sat, 11 Jul 2009 01:38:01 +0000 (01:38 +0000)
Tweak.mm
control

index ad2f26f174c56f6a8bde17e740b72381f4855b5d..fe8e45c12d116b5c2c4e66722c6aa7ae19f6ac57 100644 (file)
--- 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 d60b28d792e0d213a42faf8b0a3088b651be7003..d2397d2b5e07042c3baa0a173e96032f5bea3550 100644 (file)
--- a/control
+++ b/control
@@ -3,7 +3,7 @@ Priority: optional
 Section: Tweaks
 Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
 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)