diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-07-01 16:50:23 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:08:06 +0000 |
commit | 58f6daef67ce288a879a41809067b872de58b96a (patch) | |
tree | 7009d2d46dcb32c18e78bc8a6e58c46eedd6b693 | |
parent | 8cc774c58fa4c9d6f0973c4ec2fbf7df63405d22 (diff) |
Figured out (a while ago, on my iPhone) why table cell diselection was broken.
-rw-r--r-- | Cydia.mm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2821,7 +2821,7 @@ Pcre conffile_r("^'(.*)' '(.*)' ([01]) ([01])$"); return reusing; } -- (BOOL) canSelectRow:(int)row { +- (BOOL) table:(UITable *)table canSelectRow:(int)row { return NO; } |