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/SPHistoryController.h | |
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/SPHistoryController.h')
-rw-r--r-- | Source/SPHistoryController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPHistoryController.h b/Source/SPHistoryController.h index 58f66352..524c19ae 100644 --- a/Source/SPHistoryController.h +++ b/Source/SPHistoryController.h @@ -52,7 +52,7 @@ enum sphistory_view_types // Interface interaction - (void) updateToolbarItem; -- (void)goBackwardInHistory; +- (void)goBackInHistory; - (void)goForwardInHistory; - (IBAction) historyControlClicked:(NSSegmentedControl *)theControl; - (unsigned int) currentlySelectedView; |