From 4f35896057fdc7b6e16c55cf4805177c00967f18 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Thu, 25 Aug 2011 23:03:00 +0000 Subject: - Prevent export and indexes controller awakeFromNib: routines from being run multiple times - Fix crashes and exceptions when using "Use monospaced fonts" or "Display vertical grid lines" preferences after closing at least one window --- Source/SPIndexesController.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPIndexesController.h') diff --git a/Source/SPIndexesController.h b/Source/SPIndexesController.h index b91481bc..7a139125 100644 --- a/Source/SPIndexesController.h +++ b/Source/SPIndexesController.h @@ -67,6 +67,7 @@ IBOutlet NSTextField *indexKeyBlockSizeTextField; #endif + BOOL _mainNibLoaded; NSString *table; NSMutableArray *fields, *indexes, *indexedFields, *supportsLength, *requiresLength; -- cgit v1.2.3