]> git.saurik.com Git - cydia.git/commitdiff
Figured out (a while ago, on my iPhone) why table cell diselection was broken.
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 1 Jul 2008 16:50:23 +0000 (16:50 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 30 Sep 2010 07:08:06 +0000 (07:08 +0000)
Cydia.mm

index 22b64e58700f0b287b51e3e92624526e965e03aa..129ba0ebbce0892c48e3c4be24c0cfc0bcc9f8b8 100644 (file)
--- 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;
 }