From 58f6daef67ce288a879a41809067b872de58b96a Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 1 Jul 2008 16:50:23 +0000 Subject: [PATCH] Figured out (a while ago, on my iPhone) why table cell diselection was broken. --- Cydia.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cydia.mm b/Cydia.mm index 22b64e58..129ba0eb 100644 --- a/Cydia.mm +++ b/Cydia.mm @@ -2821,7 +2821,7 @@ Pcre conffile_r("^'(.*)' '(.*)' ([01]) ([01])$"); return reusing; } -- (BOOL) canSelectRow:(int)row { +- (BOOL) table:(UITable *)table canSelectRow:(int)row { return NO; } -- 2.45.2