diff options
author | stuconnolly <stuart02@gmail.com> | 2009-09-12 21:03:01 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-09-12 21:03:01 +0000 |
commit | 1e2b95b113242895a988d0db02e7a7fe1708a63d (patch) | |
tree | 01a9ac3b03c7abcd58e2eb0410356ca54f0a1729 /Source/TableDocument.m | |
parent | f4bede9def108d8fd25334871ca00971687c4e51 (diff) | |
download | sequelpro-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.m | 2 |
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: |