equal
deleted
inserted
replaced
70 [seed release]; |
70 [seed release]; |
71 |
71 |
72 // perform as if user clicked on an entry |
72 // perform as if user clicked on an entry |
73 [self tableView:self.tableView didSelectRowAtIndexPath:theIndex]; |
73 [self tableView:self.tableView didSelectRowAtIndexPath:theIndex]; |
74 if (IS_NOT_POWERFUL() == NO) |
74 if (IS_NOT_POWERFUL() == NO) |
75 [self.tableView scrollToRowAtIndexPath:theIndex atScrollPosition:UITableViewScrollPositionNone animated:YES]; |
75 [self.tableView scrollToRowAtIndexPath:theIndex atScrollPosition:UITableViewScrollPositionMiddle animated:YES]; |
76 } |
76 } |
77 |
77 |
78 -(void) turnOffWidgets { |
78 -(void) turnOffWidgets { |
79 busy = YES; |
79 busy = YES; |
80 self.previewButton.alpha = 0.5f; |
80 self.previewButton.alpha = 0.5f; |