diff options
author | stuconnolly <stuart02@gmail.com> | 2011-08-01 21:54:27 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-08-01 21:54:27 +0000 |
commit | e70486eb1503cad882a0d5e452fef3b2fecf6629 (patch) | |
tree | f98c83cfd6a015356bbab22ba956c9bec6f67a1f /Source/SPTablesList.m | |
parent | f3e65efba3f76cb2149fd8427af9463032d3c45d (diff) | |
download | sequelpro-e70486eb1503cad882a0d5e452fef3b2fecf6629.tar.gz sequelpro-e70486eb1503cad882a0d5e452fef3b2fecf6629.tar.bz2 sequelpro-e70486eb1503cad882a0d5e452fef3b2fecf6629.zip |
Work on importing favorites.
Diffstat (limited to 'Source/SPTablesList.m')
-rw-r--r-- | Source/SPTablesList.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTablesList.m b/Source/SPTablesList.m index 5054798c..3930406f 100644 --- a/Source/SPTablesList.m +++ b/Source/SPTablesList.m @@ -1129,7 +1129,7 @@ static NSString *SPDuplicateTable = @"SPDuplicateTable"; /** * Returns the currently selected table type, or -1 if no table or multiple tables are selected */ -- (SPTableType) tableType +- (SPTableType)tableType { return selectedTableType; } |