aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-09-12 21:03:01 +0000
committerstuconnolly <stuart02@gmail.com>2009-09-12 21:03:01 +0000
commit1e2b95b113242895a988d0db02e7a7fe1708a63d (patch)
tree01a9ac3b03c7abcd58e2eb0410356ca54f0a1729 /Source/TableDocument.m
parentf4bede9def108d8fd25334871ca00971687c4e51 (diff)
downloadsequelpro-1e2b95b113242895a988d0db02e7a7fe1708a63d.tar.gz
sequelpro-1e2b95b113242895a988d0db02e7a7fe1708a63d.tar.bz2
sequelpro-1e2b95b113242895a988d0db02e7a7fe1708a63d.zip
Forgot to assign the back/forward history menu item's tags resulting in incorrect navigation and menu item validation.
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r--Source/TableDocument.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m
index dbb4e2f7..01d73820 100644
--- a/Source/TableDocument.m
+++ b/Source/TableDocument.m
@@ -505,7 +505,7 @@
{
// Go backward
case 0:
- [spHistoryControllerInstance goBackwardInHistory];
+ [spHistoryControllerInstance goBackInHistory];
break;
// Go forward
case 1: