From 91849fb6a666e25f9be559dd08622fbcd7c654a9 Mon Sep 17 00:00:00 2001 From: C Robert Date: Tue, 22 Sep 2009 17:36:11 +0000 Subject: [PATCH] Monotone-Parent: a7565fd16a0a5f39c9bb989e155f95c0e6108cc1 Monotone-Revision: 201354f7188a378eb3816d4e4773c4638cf6076f Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-09-22T17:36:11 Monotone-Branch: ca.inverse.sogo --- UI/Contacts/UIxContactFolderActions.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Contacts/UIxContactFolderActions.m b/UI/Contacts/UIxContactFolderActions.m index 76d1f9094..27de79d4b 100644 --- a/UI/Contacts/UIxContactFolderActions.m +++ b/UI/Contacts/UIxContactFolderActions.m @@ -81,7 +81,7 @@ } filename = [NSString stringWithFormat: @"attachment;filename=\"%@.ldif\"", - [folder displayName]]; + [sourceFolder displayName]]; response = [context response]; [response setHeader: @"application/octet-stream; charset=utf-8" forKey: @"content-type"];