Oops. Too much debugging, too little sleep.

SVN revision: 27063
This commit is contained in:
David Walter Seikel 2006-11-12 02:51:49 +00:00
parent 7b069b1ce0
commit aa360c527d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ _ecore_desktop_icon_theme_cache_check(Ecore_Desktop_Icon_Theme *icon_theme);
/* FIXME: We need a way for the client to disable searching for any of these that they don't support. */
static const char *ext[] =
{ "", ".edj", ".png", /* ".svgz", ".svg", */ ".xpm", NULL }; /* "" is in case the icon already has an extension, search for that first. */
{ "", ".edj", ".png", ".svgz", ".svg", ".xpm", NULL }; /* "" is in case the icon already has an extension, search for that first. */
static int init_count = 0;
static Ecore_Hash *icon_theme_cache = NULL;