Fix for bug 2007

This commit is contained in:
Ludovic Marcotte
2013-09-30 10:50:27 -04:00
parent 3cce9b2012
commit 05990e9a14
6 changed files with 54 additions and 46 deletions
+5 -1
View File
@@ -364,7 +364,11 @@ static SoSecurityManager *sm = nil;
NSString *newFolderID;
NSException *error;
newFolderID = [self globallyUniqueObjectId];
newFolderID = *newNameInContainer;
if (!newFolderID)
newFolderID = [self globallyUniqueObjectId];
error = [self newFolderWithName: name
andNameInContainer: newFolderID];
if (error)