diff options
author | stuconnolly <stuart02@gmail.com> | 2010-12-11 21:48:37 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-12-11 21:48:37 +0000 |
commit | 66f0041a06b8710cd3ed3b5ff2c8cbb54004efba (patch) | |
tree | fd8e2c8099f54f0bc30c151f6ca3cc22f7f03aaa /Source/SPConnectionControllerDelegate.m | |
parent | 96475c12f6da064eadf2728c116f2ca88b0c4ec7 (diff) | |
download | sequelpro-66f0041a06b8710cd3ed3b5ff2c8cbb54004efba.tar.gz sequelpro-66f0041a06b8710cd3ed3b5ff2c8cbb54004efba.tar.bz2 sequelpro-66f0041a06b8710cd3ed3b5ff2c8cbb54004efba.zip |
Tidy up.
Diffstat (limited to 'Source/SPConnectionControllerDelegate.m')
-rw-r--r-- | Source/SPConnectionControllerDelegate.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPConnectionControllerDelegate.m b/Source/SPConnectionControllerDelegate.m index 922d2405..6ad83963 100644 --- a/Source/SPConnectionControllerDelegate.m +++ b/Source/SPConnectionControllerDelegate.m @@ -227,7 +227,7 @@ SPTreeNode *node = (item) ? item : [[[[favoritesRoot childNodes] objectAtIndex:0] childNodes] objectAtIndex:0]; - // TODO: Fix me, disable automatic sorting + // TODO: Fix me // Disable all automatic sorting //currentSortItem = -1; @@ -479,7 +479,7 @@ if ((action == @selector(sortFavorites:)) || (action == @selector(reverseSortFavorites:))) { - // TODO: Fix me, disabled because of new outline view + // TODO: Fix me return NO; // Loop all the items in the sort by menu only checking the currently selected one |