]> git.saurik.com Git - fiveicondock.git/commitdiff
This is supposed to be five icon dock, not ten icon dock. v0.9.3184
authorJay Freeman (saurik) <saurik@saurik.com>
Sat, 8 May 2010 14:31:37 +0000 (14:31 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Sat, 8 May 2010 14:31:37 +0000 (14:31 +0000)
Tweak.mm
control

index 302701f82c9aedc5b3680dad77354dfcbaf27a79..abe8c3a5c3af75093132cf25046d6ab1eef75df8 100644 (file)
--- a/Tweak.mm
+++ b/Tweak.mm
@@ -18,7 +18,7 @@ MSInstanceMessageHook1(float, SBButtonBar, leftMarginForIconRowArray, NSArray *,
 }
 
 MSInstanceMessageHook0(int, SBButtonBar, maxIconColumns) {
-    return 10;
+    return 5;
 }
 
 static unsigned $SBButtonBar$count(SBButtonBar *self) {
diff --git a/control b/control
index bdcb0f88eef0ee250fbcb7cb10bbcfb258f18ba3..9a50793a3e4cc98d6cd9f3a5a3f7761a1c89ff54 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.3175-2
+Version: 0.9.3184-1
 Description: fits even more stuff right down there
 Name: Five Icon Dock
 Depends: mobilesubstrate (>= 0.9.3005-1), firmware (>= 2.2)