diff --git a/prefs/HBTSMessagesListController.x b/prefs/HBTSMessagesListController.x index 6c129a6..d547453 100644 --- a/prefs/HBTSMessagesListController.x +++ b/prefs/HBTSMessagesListController.x @@ -164,7 +164,7 @@ - (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath { // only the section containing the list can be edited - return indexPath.section == 1; + return indexPath.section == 2; } - (UITableViewCellEditingStyle)tableView:(UITableView *)tableView editingStyleForRowAtIndexPath:(NSIndexPath *)indexPath {