Updating fnt collection to according with new edje. By Fidencio

Author:    Fabiano Fidencio <fidencio at profusion.mobi>

SVN revision: 51003
This commit is contained in:
Tiago Rezende Campos Falcao 2010-08-11 16:23:45 +00:00
parent 1dd3fb5031
commit 7d79afff1c
1 changed files with 1 additions and 1 deletions

View File

@ -3983,7 +3983,7 @@ edje_edit_font_del(Evas_Object *obj, const char* alias)
return EINA_FALSE;
}
snprintf(entry, sizeof(entry), "fonts/%s", alias);
snprintf(entry, sizeof(entry), "edje/fonts/%s", alias);
if (eet_delete(eetf, entry) <= 0)
{