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:
Jérôme Duval 2008-05-08 11:43:00 +00:00
parent 872556daeb
commit 0895d46fdd

View File

@ -1064,6 +1064,7 @@ FontManager::AttachUser(uid_t userID)
#if !TEST_MODE
// TODO: actually, find_directory() cannot know which user ID we want here
// TODO: avoids user fonts in safe mode
BPath path;
if (find_directory(B_USER_FONTS_DIRECTORY, &path, true) != B_OK)
return;