From 2538a7272d8eb4de14d5785a3de2620ce9f5131e Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 3 May 2010 00:15:41 +0000 Subject: [PATCH] Remove that random feature for release. --- Tweak.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tweak.mm b/Tweak.mm index 28d8aec..302701f 100644 --- a/Tweak.mm +++ b/Tweak.mm @@ -71,6 +71,6 @@ MSInstanceMessageHook2(CGPoint, SBButtonBar, originForIconAtX,Y, int, x, int, y) return origin; } -MSClassMessageHook0(int, SBIconModel, maxIconListCount) { +/*MSClassMessageHook0(int, SBIconModel, maxIconListCount) { return 16; -} +}*/ -- 2.47.2