From 1aab65220f1ade3fd5a91d8b87e51189fe6d7f95 Mon Sep 17 00:00:00 2001
From: "Jay Freeman (saurik)" <saurik@saurik.com>
Date: Sat, 11 Jul 2009 06:01:52 +0000
Subject: [PATCH 1/1] Fixed conflict with SixRows.

---
 Tweak.mm | 2 +-
 control  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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) <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)
-- 
2.47.2