diff options
author | rowanbeentje <rowan@beent.je> | 2010-05-24 09:24:38 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-05-24 09:24:38 +0000 |
commit | d48005bd9b34f2fb1afd31f7487b7bbf8b9b978f (patch) | |
tree | c27ac371a986bdf2e8f9dd4441ed37c44b04ec64 /Source/TableContent.m | |
parent | 98238ec8fb393295fc01804a3104092e3ea24c92 (diff) | |
download | sequelpro-d48005bd9b34f2fb1afd31f7487b7bbf8b9b978f.tar.gz sequelpro-d48005bd9b34f2fb1afd31f7487b7bbf8b9b978f.tar.bz2 sequelpro-d48005bd9b34f2fb1afd31f7487b7bbf8b9b978f.zip |
- Add support for progress indicator in tabs
- Hide Navigator menu option again
- Remove accidentally committed debug
Diffstat (limited to 'Source/TableContent.m')
-rw-r--r-- | Source/TableContent.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableContent.m b/Source/TableContent.m index cf639b72..723d107a 100644 --- a/Source/TableContent.m +++ b/Source/TableContent.m @@ -3386,7 +3386,7 @@ // Last but not least - (void)dealloc -{NSLog(@"content is deallocd"); +{ [[NSNotificationCenter defaultCenter] removeObserver:self]; [tableValues release]; |