diff options
Diffstat (limited to 'Source')
-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 7e9844e3..5ea3aa77 100644 --- a/Source/SPConnectionController.m +++ b/Source/SPConnectionController.m @@ -1096,7 +1096,7 @@ } // Check or uncheck the reverse sort item - if (action == @selector(reverseFavoritesSortOrder:)) { + if (action == @selector(reverseSortFavorites:)) { [menuItem setState:reverseFavoritesSort]; } } |