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

index fe8e45c12d116b5c2c4e66722c6aa7ae19f6ac57..50f9246b972d1de306e2268e9083a77a7a507821 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 < 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 d2397d2b5e07042c3baa0a173e96032f5bea3550..3245528d78dd6c48ce28d7df2e115ccc82d23a08 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.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)