From d48005bd9b34f2fb1afd31f7487b7bbf8b9b978f Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Mon, 24 May 2010 09:24:38 +0000 Subject: - Add support for progress indicator in tabs - Hide Navigator menu option again - Remove accidentally committed debug --- Source/TableContent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/TableContent.m') 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]; -- cgit v1.2.3