From 8b672753ae94f76308557375ea13f373143d78cd Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sat, 1 Aug 2009 19:48:30 +0000 Subject: - Fix an errant NSLog in TableSource - Improve and make consistent state saving in TableContent; now saves filters and scroll position mor reliably on refresh/edit, and supports remembering and restoring which rows were selected - Significantly improve table history - only create entries for tables switches or filters, only remember 50 items, and save view/filters/scroll position/selections in table content view --- Source/TableSource.m | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/TableSource.m') diff --git a/Source/TableSource.m b/Source/TableSource.m index 165d6461..fb7669bd 100644 --- a/Source/TableSource.m +++ b/Source/TableSource.m @@ -243,8 +243,6 @@ loads aTable, put it in an array, update the tableViewColumns and reload the tab //query finished [[NSNotificationCenter defaultCenter] postNotificationName:@"SMySQLQueryHasBeenPerformed" object:self]; - - NSLog(@"%@", tableFields); } /* -- cgit v1.2.3