Reverted change made in r16467: bug #207 is invalid, and the fix broke node monitoring
of the font directory. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16530 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
a41bc2d828
commit
4a47f44363
@ -456,7 +456,7 @@ FontManager::_AddSystemPaths()
|
||||
|
||||
// We don't scan these in test mode to help shave off some startup time
|
||||
#if !TEST_MODE
|
||||
if (find_directory(B_COMMON_FONTS_DIRECTORY, &path) == B_OK)
|
||||
if (find_directory(B_COMMON_FONTS_DIRECTORY, &path, true) == B_OK)
|
||||
_AddPath(path.Path());
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user