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/TableContent.m | |
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/TableContent.m')
-rw-r--r-- | Source/TableContent.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableContent.m b/Source/TableContent.m index 096e18bb..3e9c933a 100644 --- a/Source/TableContent.m +++ b/Source/TableContent.m @@ -1042,7 +1042,7 @@ [tableDataInstance resetColumnData]; // Load the table's data - [self loadTable:selectedTable]; + [self loadTable:[tablesListInstance tableName]]; [tableDocumentInstance endTask]; |