diff options
author | avenjamin <avenjamin@gmail.com> | 2008-12-02 23:13:12 +0000 |
---|---|---|
committer | avenjamin <avenjamin@gmail.com> | 2008-12-02 23:13:12 +0000 |
commit | ed4f9e131caf2b3fcd4cfc0b270ab46b7272049f (patch) | |
tree | f42b78f4e8639c53f42f3fa9f1598586a5a1a1ee /SPTableInfo.h | |
parent | 41259686e07309d0994fffee015a567bd479c7bc (diff) | |
download | sequelpro-ed4f9e131caf2b3fcd4cfc0b270ab46b7272049f.tar.gz sequelpro-ed4f9e131caf2b3fcd4cfc0b270ab46b7272049f.tar.bz2 sequelpro-ed4f9e131caf2b3fcd4cfc0b270ab46b7272049f.zip |
Fixed a bug allowing us to now enable the TABLE INFORMATION pane
Diffstat (limited to 'SPTableInfo.h')
-rw-r--r-- | SPTableInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SPTableInfo.h b/SPTableInfo.h index 49e62d28..0613794c 100644 --- a/SPTableInfo.h +++ b/SPTableInfo.h @@ -11,7 +11,7 @@ @interface SPTableInfo : NSObject { IBOutlet id infoTable; - + IBOutlet id tableList; IBOutlet id tableListInstance; IBOutlet id tableDocumentInstance; |