Add back font path that shouldn't have been removed.

SVN revision: 38375
This commit is contained in:
Kim Woelders 2008-12-31 11:40:07 +00:00
parent f32b8c57e9
commit c74bad6add
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ Efont_load(const char *file, int size)
if (!fp_set)
{
imlib_add_path_to_font_path(docdir);
sprintf(s, "%s/../ttfonts", docdir);
imlib_add_path_to_font_path(s);
sprintf(s, "%s/fonts", ENLIGHTENMENT_ROOT);
imlib_add_path_to_font_path(s);
fp_set = 1;