diff options
author | rowanbeentje <rowan@beent.je> | 2012-10-08 14:26:01 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-10-08 14:26:01 +0000 |
commit | c55ffebc406d7d2af3c71b2dace3ec7e3238fd55 (patch) | |
tree | 24bd96933a185e5e1fc4629c221b20df2c933330 /Source/SPConnectionController.m | |
parent | 051e606e86cb7817defc2ecb2cf4efb7c6444e4c (diff) | |
download | sequelpro-c55ffebc406d7d2af3c71b2dace3ec7e3238fd55.tar.gz sequelpro-c55ffebc406d7d2af3c71b2dace3ec7e3238fd55.tar.bz2 sequelpro-c55ffebc406d7d2af3c71b2dace3ec7e3238fd55.zip |
- Fix the Quick Connect entry on the connection screen being a drag and drop target
- Speculative fix for 10.6 & 10.5 connection screen padding/layout issues
Diffstat (limited to 'Source/SPConnectionController.m')
-rw-r--r-- | Source/SPConnectionController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPConnectionController.m b/Source/SPConnectionController.m index a6ca5f75..f6e23656 100644 --- a/Source/SPConnectionController.m +++ b/Source/SPConnectionController.m @@ -1720,7 +1720,7 @@ static NSComparisonResult _compareFavoritesUsingKey(id favorite1, id favorite2, { [[NSNotificationCenter defaultCenter] removeObserver:self]; [NSObject cancelPreviousPerformRequestsWithTarget:self]; - + // Unregister observers #ifndef SP_REFACTOR [self removeObserver:self forKeyPath:SPFavoriteTypeKey]; |