diff --git a/AppKit/CPTableView.j b/AppKit/CPTableView.j index c6651ae87..c8bac1aae 100644 --- a/AppKit/CPTableView.j +++ b/AppKit/CPTableView.j @@ -2972,7 +2972,7 @@ CPTableViewFirstColumnOnlyAutoresizingStyle = 5; } //end of editing conditional //double click actions - if([[CPApp currentEvent] clickCount] === 2 && _doubleAction && _target) + if([[CPApp currentEvent] clickCount] === 2 && _doubleAction) { _clickedRow = [self rowAtPoint:aPoint]; [self sendAction:_doubleAction to:_target];