diff options
-rw-r--r-- | Source/SPConnectionController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPConnectionController.m b/Source/SPConnectionController.m index a6cbadd7..e557b655 100644 --- a/Source/SPConnectionController.m +++ b/Source/SPConnectionController.m @@ -1089,7 +1089,7 @@ // Update the favorites list and selection [self updateFavorites]; - [favoritesTable selectRowIndexes:[NSIndexSet indexSetWithIndex:[favorites count]-1] byExtendingSelection:NO]; + [favoritesTable selectRowIndexes:[NSIndexSet indexSetWithIndex:[favorites count]] byExtendingSelection:NO]; [favoritesTable scrollRowToVisible:[favoritesTable selectedRow]]; // Update the favorites popup button in the preferences |