diff options
author | mtvee <emptyvee@gmail.com> | 2009-05-18 01:05:29 +0000 |
---|---|---|
committer | mtvee <emptyvee@gmail.com> | 2009-05-18 01:05:29 +0000 |
commit | 6ce469c5f1d99fc3733f4f86d2b046d6abec6728 (patch) | |
tree | 47493b366b037d60285508913d9486b6f70e59ff /Source/TablesList.m | |
parent | 63440fb84639000b0a585fdf314c08e6e05fb862 (diff) | |
download | sequelpro-6ce469c5f1d99fc3733f4f86d2b046d6abec6728.tar.gz sequelpro-6ce469c5f1d99fc3733f4f86d2b046d6abec6728.tar.bz2 sequelpro-6ce469c5f1d99fc3733f4f86d2b046d6abec6728.zip |
- added Unit Tests target to project and a couple of prelim tests to get things rolling
Diffstat (limited to 'Source/TablesList.m')
-rw-r--r-- | Source/TablesList.m | 1 |
1 files changed, 1 insertions, 0 deletions
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 |