From 3ab281c3e705627281c8de98838c494bf7f03eaf Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 30 Mar 2007 15:24:37 +0000 Subject: [PATCH] Monotone-Parent: 37e2d6997665ec72afee8e3c76a7c500d66d17d3 Monotone-Revision: 92e42146654f909620b7da66ba2c0605408e6a38 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-30T15:24:37 Monotone-Branch: ca.inverse.sogo --- UI/MailerUI/UIxMailTree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/MailerUI/UIxMailTree.h b/UI/MailerUI/UIxMailTree.h index dcea0a403..b2c6a6af9 100644 --- a/UI/MailerUI/UIxMailTree.h +++ b/UI/MailerUI/UIxMailTree.h @@ -31,7 +31,7 @@ { NSString *rootClassName; NSString *treeFolderAction; - NSMutableDictionary *flattenedNodes; + NSMutableArray *flattenedNodes; id rootNodes; id item; }