Make the Desktop directory relative to the user home

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31712 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2010-12-06 00:44:28 +00:00
parent 34457079a7
commit e49b9c0ac7
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-12-06 Riccardo Mottola
* Source/NSPathUtilities.m:
Make the Desktop directory relative to the user home.
2010-12-03 Richard Frith-Macdonald <rfm@gnu.org>
* Source/Additions/GSMime.m: Fix possible memory corruption when asked

View file

@ -1942,7 +1942,7 @@ if (domainMask & mask) \
case NSDesktopDirectory:
{
ADD_PATH(NSUserDomainMask, gnustepUserLibrary, @"Desktop");
ADD_PATH(NSUserDomainMask, gnustepUserHome, @"Desktop");
}
break;