aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPHistoryController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPHistoryController.m')
-rw-r--r--Source/SPHistoryController.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPHistoryController.m b/Source/SPHistoryController.m
index e3fbb9cf..242fd572 100644
--- a/Source/SPHistoryController.m
+++ b/Source/SPHistoryController.m
@@ -106,7 +106,7 @@
/**
* Go backward in the history.
*/
-- (void)goBackwardInHistory
+- (void)goBackInHistory
{
if (historyPosition == NSNotFound || !historyPosition) return;
@@ -133,7 +133,7 @@
{
// Back button clicked:
case 0:
- [self goBackwardInHistory];
+ [self goBackInHistory];
break;
// Forward button clicked: