1
0
spegling av https://github.com/arsenetar/dupeguru.git synced 2025-07-02 21:43:21 +00:00

Fixed ResultOutline.selectedDupeCount().

This commit is contained in:
Virgil Dupras 2010-02-12 21:58:50 +01:00
förälder 1f71157063
incheckning 7477330961

Visa fil

@ -67,8 +67,8 @@ http://www.hardcoded.net/licenses/hs_license
}
else {
NSInteger r = 0;
for (NSArray *path in selected) {
if ([path count] == 2) {
for (NSIndexPath *path in selected) {
if ([path length] == 2) {
r++;
}
}