search for svg icons

SVN revision: 48891
This commit is contained in:
Hannes Janetzek 2010-05-15 16:24:58 +00:00
parent db8de25e56
commit 85dbd6d844
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ efreet_icon_init(void)
{
if (!efreet_icon_themes)
{
const char *default_exts[] = {".png", ".xpm", NULL};
const char *default_exts[] = {".png", ".svg", ".xpm", NULL};
int i;
if (!ecore_init())