aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPPreferenceController.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-04-20 12:04:53 +0000
committerstuconnolly <stuart02@gmail.com>2010-04-20 12:04:53 +0000
commit6af633648d5d145393e39af9a62d3582d5fa543f (patch)
tree6eefb8ba9bcfb5f9a9954017ac531429998cf001 /Source/SPPreferenceController.m
parent1f68bab9230b644ed335d37121576fbdfee83ba7 (diff)
downloadsequelpro-6af633648d5d145393e39af9a62d3582d5fa543f.tar.gz
sequelpro-6af633648d5d145393e39af9a62d3582d5fa543f.tar.bz2
sequelpro-6af633648d5d145393e39af9a62d3582d5fa543f.zip
Fix an issue whereby choosing to edit the selected favourite in the connection view would select the wrong favourite in the preferences because sorting has been applied to the table view.
Diffstat (limited to 'Source/SPPreferenceController.m')
-rw-r--r--Source/SPPreferenceController.m11
1 files changed, 0 insertions, 11 deletions
diff --git a/Source/SPPreferenceController.m b/Source/SPPreferenceController.m
index 2826b0e8..d068064a 100644
--- a/Source/SPPreferenceController.m
+++ b/Source/SPPreferenceController.m
@@ -1107,17 +1107,6 @@
}
// -------------------------------------------------------------------------------
-// selectFavoriteAtIndex:
-//
-// Selects the favorite at the specified index in the favorites list
-// -------------------------------------------------------------------------------
-- (void)selectFavoriteAtIndex:(NSUInteger)theIndex
-{
- [favoritesController setSelectionIndex:theIndex];
- [favoritesTableView scrollRowToVisible:theIndex];
-}
-
-// -------------------------------------------------------------------------------
// global table font selection
// -------------------------------------------------------------------------------
// show the font panel