From: Jay Freeman (saurik) Date: Tue, 1 Jul 2008 16:50:23 +0000 (+0000) Subject: Figured out (a while ago, on my iPhone) why table cell diselection was broken. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/30edf48caa60ad0333f1619360f8b8f6a372d1ff Figured out (a while ago, on my iPhone) why table cell diselection was broken. --- 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; }