add FIXME

SVN revision: 48893
This commit is contained in:
Hannes Janetzek 2010-05-15 16:57:28 +00:00
parent 85dbd6d844
commit 82b89cea6b
1 changed files with 3 additions and 0 deletions

View File

@ -115,6 +115,9 @@ efreet_icon_init(void)
{
if (!efreet_icon_themes)
{
/* FIXME when svg and xpm with same name exist but svg
loader was not built xpm icon will not be found.
use sth like #ifdef EVAS_IMAGE_LOADER_SVG when possible. */
const char *default_exts[] = {".png", ".svg", ".xpm", NULL};
int i;