diff options
author | rowanbeentje <rowan@beent.je> | 2010-05-22 12:21:54 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-05-22 12:21:54 +0000 |
commit | 76633d986085d3b9d05f73db8d51aefdf1f68dfb (patch) | |
tree | e36758acc38f519560b1fe0b1b0c476b03b27d46 /Source/SPConstants.h | |
parent | bd78aaeadb8dfd0eb83a896727e6376109c12e22 (diff) | |
download | sequelpro-76633d986085d3b9d05f73db8d51aefdf1f68dfb.tar.gz sequelpro-76633d986085d3b9d05f73db8d51aefdf1f68dfb.tar.bz2 sequelpro-76633d986085d3b9d05f73db8d51aefdf1f68dfb.zip |
- Fix an issue when truncating tables using the right-click menu, by improving the truncation reload code and by removing a problem in TableContent tracking the active table name. This addresses Issue #700 and a number of crash reports.
- Rename SPHistoryView* constants to SPTableView* constants and use them more widely rather than hard-coded tab indexes
- Fix a problem preventing history navigation if a triggers view was the previous item in the history
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index ca84e103..a547d6c1 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -77,13 +77,13 @@ typedef enum // History views typedef enum { - SPHistoryViewStructure = 0, - SPHistoryViewContent = 1, - SPHistoryViewCustomQuery = 2, - SPHistoryViewStatus = 3, - SPHistoryViewRelations = 4, - SPHistoryViewTriggers = 5 -} SPHistoryViewType; + SPTableViewStructure = 0, + SPTableViewContent = 1, + SPTableViewCustomQuery = 2, + SPTableViewStatus = 3, + SPTableViewRelations = 4, + SPTableViewTriggers = 5 +} SPTableViewType; // SSH tunnel password modes typedef enum |