aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableStructure.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTableStructure.m')
-rw-r--r--Source/SPTableStructure.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPTableStructure.m b/Source/SPTableStructure.m
index 0f5222a0..5e308067 100644
--- a/Source/SPTableStructure.m
+++ b/Source/SPTableStructure.m
@@ -1703,6 +1703,9 @@
- (void)dealloc
{
[[NSNotificationCenter defaultCenter] removeObserver:self];
+#ifndef SP_REFACTOR
+ [prefs removeObserver:indexesController forKeyPath:SPUseMonospacedFonts];
+#endif
[tableFields release];
[oldRow release];