diff --git a/Frameworks/Find/src/FFWindowController.mm b/Frameworks/Find/src/FFWindowController.mm index 4ba47abe..9ba4d909 100644 --- a/Frameworks/Find/src/FFWindowController.mm +++ b/Frameworks/Find/src/FFWindowController.mm @@ -1119,6 +1119,11 @@ Any other string: } - (void)didSingleClickFindAllResults:(id)sender +{ + // This is implicitly handled by outlineViewSelectionDidChange: +} + +- (void)outlineViewSelectionDidChange:(NSNotification*)aNotification { if([findAllResultsOutlineView numberOfSelectedRows] == 1) { @@ -1128,11 +1133,6 @@ Any other string: } } -- (void)outlineViewSelectionDidChange:(NSNotification*)aNotification -{ - [self didSingleClickFindAllResults:self]; -} - - (BOOL)commitEditing { id oldResponder = [[self window] firstResponder];