Minor fix

Monotone-Parent: 8db3f67f47d18d68431d7ffb603fcf636ac4bc9b
Monotone-Revision: 8329d7d8d0fe1a0194049bb7b9787080a12bcf4d

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-10-01T20:26:19
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
C Robert
2009-10-01 20:26:19 +00:00
parent 7524610f5c
commit 01aed641ea

View File

@@ -1279,7 +1279,7 @@ static BOOL debugSoParts = NO;
if (property)
{
parts = [NSArray arrayWithObjects: property, nil];
parts = [NSArray arrayWithObject: property];
msgs = [self fetchParts: parts];
msgs = [msgs valueForKey: @"fetch"];