aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/SPConnectionController.m2
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];
}
}