From 6ce469c5f1d99fc3733f4f86d2b046d6abec6728 Mon Sep 17 00:00:00 2001 From: mtvee Date: Mon, 18 May 2009 01:05:29 +0000 Subject: - added Unit Tests target to project and a couple of prelim tests to get things rolling --- Source/TablesList.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/TablesList.m') diff --git a/Source/TablesList.m b/Source/TablesList.m index 18fd1d9c..aae6136b 100644 --- a/Source/TablesList.m +++ b/Source/TablesList.m @@ -896,6 +896,7 @@ */ - (void)tableViewSelectionDidChange:(NSNotification *)aNotification { + if ( [tablesListView numberOfSelectedRows] == 1 && [[self tableName] length] ) { // Reset the table information caches -- cgit v1.2.3