diff options
author | stuconnolly <stuart02@gmail.com> | 2009-03-31 22:20:10 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-03-31 22:20:10 +0000 |
commit | b60f82aa30dce5c875a30116c7e264537fedcf52 (patch) | |
tree | d2f44f06c3fc8815739523651320aec8b7c916aa /Source/TableStatus.h | |
parent | 0574a0b340b92ff5038bc4340b283c13ce513c1c (diff) | |
download | sequelpro-b60f82aa30dce5c875a30116c7e264537fedcf52.tar.gz sequelpro-b60f82aa30dce5c875a30116c7e264537fedcf52.tar.bz2 sequelpro-b60f82aa30dce5c875a30116c7e264537fedcf52.zip |
For some reason the display of the table create and update dates in the status view were broken, so changed it to use the same method used by the table info pane.
Diffstat (limited to 'Source/TableStatus.h')
-rw-r--r-- | Source/TableStatus.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/TableStatus.h b/Source/TableStatus.h index 73b68fd7..51c8b132 100644 --- a/Source/TableStatus.h +++ b/Source/TableStatus.h @@ -49,7 +49,7 @@ CMMCPResult *tableStatusResult; NSString *selectedTable; - NSDictionary* statusFields; + NSDictionary *statusFields; } // Table methods @@ -58,8 +58,5 @@ // Additional methods - (void)setConnection:(CMMCPConnection *)theConnection; -- (void)awakeFromNib; -// Initialization -- (id)init; @end |