From 01aed641ea2c43bfa05599ef3208cac3c47a068a Mon Sep 17 00:00:00 2001 From: C Robert Date: Thu, 1 Oct 2009 20:26:19 +0000 Subject: [PATCH] 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 --- SoObjects/Mailer/SOGoMailObject.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Mailer/SOGoMailObject.m b/SoObjects/Mailer/SOGoMailObject.m index 670cfe061..d709bbec2 100644 --- a/SoObjects/Mailer/SOGoMailObject.m +++ b/SoObjects/Mailer/SOGoMailObject.m @@ -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"];