From f4fc4f291923f5a08a6694cb0a52c95658e5dca2 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 6 Nov 2007 21:22:29 +0000 Subject: [PATCH] Monotone-Parent: e5f7bc9b668fc4dd36afd650762d96297397bacf Monotone-Revision: 22ead1833f863ecd3b5a400f21cc4916a09d95a1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-06T21:22:29 Monotone-Branch: ca.inverse.sogo --- SOPE/GDLContentStore/gcs_mkdir.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SOPE/GDLContentStore/gcs_mkdir.m b/SOPE/GDLContentStore/gcs_mkdir.m index fc3b35473..9e62ee878 100644 --- a/SOPE/GDLContentStore/gcs_mkdir.m +++ b/SOPE/GDLContentStore/gcs_mkdir.m @@ -66,7 +66,9 @@ return 1; } - if ((error = [self->folderManager createFolderOfType:_type atPath:_path])) { + if ((error = [self->folderManager createFolderOfType:_type + withName: @"testFolder" + atPath:_path])) { [self logWithFormat:@"creation of folder %@ at %@ failed: %@", _type, _path, error]; return 1;