]> git.saurik.com Git - cydia.git/blobdiff - Cydia.mm
Figured out (a while ago, on my iPhone) why table cell diselection was broken.
[cydia.git] / 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;
 }