aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r--Source/TableDocument.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m
index f98a2c1c..52dbc229 100644
--- a/Source/TableDocument.m
+++ b/Source/TableDocument.m
@@ -225,7 +225,7 @@ NSString *TableDocumentFavoritesControllerSelectionIndexDidChange = @"TableDocum
else if ( [tableTabView indexOfTabViewItem:[tableTabView selectedTabViewItem]] == 1 ){
if([[tableContentInstance currentResult] count] > 1)
rows = [[NSArray alloc] initWithArray:
- [[tableContentInstance currentResult] objectsAtIndexes:
+ [[tableContentInstance currentDataResult] objectsAtIndexes:
[NSIndexSet indexSetWithIndexesInRange:NSMakeRange(1, [[tableContentInstance currentResult] count]-1)]
]
];