mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 16:12:17 +00:00
do not merge in user entries if they are empty
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@30940 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b6ab133ce1
commit
b7fb534bb9
1 changed files with 2 additions and 1 deletions
|
@ -105,7 +105,8 @@ NSString
|
|||
encoding: NSASCIIStringEncoding]
|
||||
propertyList];
|
||||
|
||||
[dict addEntriesFromDictionary: udict];
|
||||
if (udict != nil)
|
||||
[dict addEntriesFromDictionary: udict];
|
||||
[self assignProjectDict:dict atPath: aPath];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue