diff options
author | rowanbeentje <rowan@beent.je> | 2012-05-02 23:51:49 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-05-02 23:51:49 +0000 |
commit | 0d3af5fe7631325e8a892011f0595c76b1ebd49a (patch) | |
tree | 530901f89f43004c8c210ce481d0849a07d16bec /Source/SPConnectionController.h | |
parent | 8b91b2898889f60a79525d4c123620a323156021 (diff) | |
download | sequelpro-0d3af5fe7631325e8a892011f0595c76b1ebd49a.tar.gz sequelpro-0d3af5fe7631325e8a892011f0595c76b1ebd49a.tar.bz2 sequelpro-0d3af5fe7631325e8a892011f0595c76b1ebd49a.zip |
- Fix a crash on closing windows by deregistering controller view notifications on dealloc
- Fix a crash on opening windows after closing windows due to an overrelease of the favourites tree
- Fix an exception on logging in due to incorrect keychain ID type on the document
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r-- | Source/SPConnectionController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h index 456f8383..63df0551 100644 --- a/Source/SPConnectionController.h +++ b/Source/SPConnectionController.h @@ -171,7 +171,7 @@ NSImage *folderImage; SPTreeNode *favoritesRoot; - SPFavoriteNode *currentFavorite; + NSDictionary *currentFavorite; SPFavoritesController *favoritesController; SPFavoritesSortItem currentSortItem; #endif |