aboutsummaryrefslogtreecommitdiffstats
path: root/TableContent.m
diff options
context:
space:
mode:
authorabhibeckert <abhi@abhibeckert.com>2008-04-26 04:34:01 +0000
committerabhibeckert <abhi@abhibeckert.com>2008-04-26 04:34:01 +0000
commit25f32f7287deee8d0b8ef4309645062a474a6451 (patch)
tree6aceb69fc8a2510018b1a9100295b0e467cf8d33 /TableContent.m
parent58a4398af3675cafa71cfd187fb724e1b16e9969 (diff)
downloadsequelpro-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.m4
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