aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTablesList.m
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2012-01-21 18:46:25 +0000
committerrowanbeentje <rowan@beent.je>2012-01-21 18:46:25 +0000
commitfd3b64dfbbc445d52961784176eec8572f2c7880 (patch)
treeb64ae30c76e48c682a68eeb430594b3b91585ee9 /Source/SPTablesList.m
parent19e97afe748dff842b11640b36a2bf4241e8a19f (diff)
downloadsequelpro-fd3b64dfbbc445d52961784176eec8572f2c7880.tar.gz
sequelpro-fd3b64dfbbc445d52961784176eec8572f2c7880.tar.bz2
sequelpro-fd3b64dfbbc445d52961784176eec8572f2c7880.zip
- Make SPConnectionController a NSConnectionView subclass so that retain cycles caused by manually loading libs with bindings to File's Owner are automatically handled, fixing leaks of SPConnectionController and items it retain including any MCPConnection; this will fix issues with MCPConnections attempting to reconnect but no longer having an associated SPDatabaseDocument
Diffstat (limited to 'Source/SPTablesList.m')
-rw-r--r--Source/SPTablesList.m3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/SPTablesList.m b/Source/SPTablesList.m
index 97055611..e68bf4f6 100644
--- a/Source/SPTablesList.m
+++ b/Source/SPTablesList.m
@@ -24,9 +24,6 @@
// More info at <http://code.google.com/p/sequel-pro/>
#import "SPTablesList.h"
-#ifndef SP_REFACTOR /* headers */
-#import "SPConnectionController.h"
-#endif
#import "SPDatabaseDocument.h"
#import "SPTableStructure.h"
#import "SPDatabaseViewController.h"