added a TODO about user fonts in safe mode
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25369 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
872556daeb
commit
0895d46fdd
@ -1064,6 +1064,7 @@ FontManager::AttachUser(uid_t userID)
|
|||||||
|
|
||||||
#if !TEST_MODE
|
#if !TEST_MODE
|
||||||
// TODO: actually, find_directory() cannot know which user ID we want here
|
// TODO: actually, find_directory() cannot know which user ID we want here
|
||||||
|
// TODO: avoids user fonts in safe mode
|
||||||
BPath path;
|
BPath path;
|
||||||
if (find_directory(B_USER_FONTS_DIRECTORY, &path, true) != B_OK)
|
if (find_directory(B_USER_FONTS_DIRECTORY, &path, true) != B_OK)
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user