aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPPreferenceController.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-07-03 20:56:12 +0000
committerstuconnolly <stuart02@gmail.com>2010-07-03 20:56:12 +0000
commite173979e6dd7b343a7a6d4a5b694b938de0956c6 (patch)
tree4d4dc95b54ee6fa6acc170e3e97033cf5b578efd /Source/SPPreferenceController.m
parent32e3cbaf916d06f9375d4b19c4ae2b4492f7960a (diff)
downloadsequelpro-e173979e6dd7b343a7a6d4a5b694b938de0956c6.tar.gz
sequelpro-e173979e6dd7b343a7a6d4a5b694b938de0956c6.tar.bz2
sequelpro-e173979e6dd7b343a7a6d4a5b694b938de0956c6.zip
Disable manual reordering of favourites in the preferences for the time being as it's currently broken (related to issue #655).
Diffstat (limited to 'Source/SPPreferenceController.m')
-rw-r--r--Source/SPPreferenceController.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPPreferenceController.m b/Source/SPPreferenceController.m
index bbf5c434..518952f5 100644
--- a/Source/SPPreferenceController.m
+++ b/Source/SPPreferenceController.m
@@ -608,7 +608,7 @@
// -------------------------------------------------------------------------------
// tableView:writeRowsWithIndexes:toPasteboard:
// -------------------------------------------------------------------------------
-- (BOOL)tableView:(NSTableView *)aTableView writeRowsWithIndexes:(NSIndexSet *)rows toPasteboard:(NSPasteboard*)pboard
+/*- (BOOL)tableView:(NSTableView *)aTableView writeRowsWithIndexes:(NSIndexSet *)rows toPasteboard:(NSPasteboard*)pboard
{
if ([rows count] == 1) {
[pboard declareTypes:[NSArray arrayWithObject:SPFavoritesPasteboardDragType] owner:nil];
@@ -683,7 +683,7 @@
[self updateDefaultFavoritePopup];
return YES;
-}
+}*/
#pragma mark -
#pragma mark TableView delegate methods