Changeset 25369

Show
Ignore:
Timestamp:
05/08/08 06:43:00 (1 week ago)
Author:
korli
Message:
added a TODO about user fonts in safe mode
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • haiku/trunk/src/servers/app/FontManager.cpp

    r25368 r25369  
    10651065#if !TEST_MODE 
    10661066        // TODO: actually, find_directory() cannot know which user ID we want here 
     1067        // TODO: avoids user fonts in safe mode 
    10671068        BPath path; 
    10681069        if (find_directory(B_USER_FONTS_DIRECTORY, &path, true) != B_OK)