From 558a543e667d17b624b921317177710fd2407ba6 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Wed, 2 Sep 2009 22:58:09 +0000 Subject: - Replaces uses of the deprecated selectRow:byExtendingSelection: with selectRowIndexes:byExtendingSelection: --- Source/CustomQuery.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/CustomQuery.m') diff --git a/Source/CustomQuery.m b/Source/CustomQuery.m index 441144aa..8b8a8968 100644 --- a/Source/CustomQuery.m +++ b/Source/CustomQuery.m @@ -1546,7 +1546,7 @@ [queryFavorites insertObject:draggedRow atIndex:destinationRow]; [queryFavoritesView reloadData]; - [queryFavoritesView selectRow:destinationRow byExtendingSelection:NO]; + [queryFavoritesView selectRowIndexes:[NSIndexSet indexSetWithIndex:destinationRow] byExtendingSelection:NO]; return YES; } else { -- cgit v1.2.3