mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
c3b0841b90
commit
b05688b6b5
2 changed files with 6 additions and 1 deletions
|
@ -1942,7 +1942,7 @@ if (domainMask & mask) \
|
|||
|
||||
case NSDesktopDirectory:
|
||||
{
|
||||
ADD_PATH(NSUserDomainMask, gnustepUserLibrary, @"Desktop");
|
||||
ADD_PATH(NSUserDomainMask, gnustepUserHome, @"Desktop");
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue