From 76633d986085d3b9d05f73db8d51aefdf1f68dfb Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sat, 22 May 2010 12:21:54 +0000 Subject: - 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 --- Source/TableContent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/TableContent.m') 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]; -- cgit v1.2.3