diff options
author | abhibeckert <abhi@abhibeckert.com> | 2008-04-26 04:34:01 +0000 |
---|---|---|
committer | abhibeckert <abhi@abhibeckert.com> | 2008-04-26 04:34:01 +0000 |
commit | 25f32f7287deee8d0b8ef4309645062a474a6451 (patch) | |
tree | 6aceb69fc8a2510018b1a9100295b0e467cf8d33 /TableContent.m | |
parent | 58a4398af3675cafa71cfd187fb724e1b16e9969 (diff) | |
download | sequelpro-25f32f7287deee8d0b8ef4309645062a474a6451.tar.gz sequelpro-25f32f7287deee8d0b8ef4309645062a474a6451.tar.bz2 sequelpro-25f32f7287deee8d0b8ef4309645062a474a6451.zip |
issue 20 - clean up table content and run query views
changed search to 'live'
Diffstat (limited to 'TableContent.m')
-rw-r--r-- | TableContent.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TableContent.m b/TableContent.m index 01fdc448..6bd5b156 100644 --- a/TableContent.m +++ b/TableContent.m @@ -45,6 +45,10 @@ return self; } +- (void)awakeFromNib +{ +} + - (void)loadTable:(NSString *)aTable /* loads aTable, put it in an array, update the tableViewColumns and reload the tableView |