Right click delegate method renamed

This commit is contained in:
Matthias Hochgatterer
2011-08-06 18:20:22 +02:00
parent 7a7795cd5d
commit 3fc5ed4d32
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -166,7 +166,7 @@
}
}
- (BOOL)shouldSelectRowOnRightClick:(TUITableView*)tableView{
- (BOOL)tableViewShouldSelectRowOnRightClick:(TUITableView*)tableView{
return YES;
}