initialize memory.

SVN revision: 26065
This commit is contained in:
sebastid 2006-09-23 11:23:43 +00:00 committed by sebastid
parent 1894a222d4
commit 82ac63e805
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ _ecore_desktop_icon_theme_directory_destroy(Ecore_Desktop_Icon_Theme_Directory *
static const char *ext[] =
{ "", ".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;
static Ecore_Hash *icon_theme_cache = NULL;
/**
* @defgroup Ecore_Desktop_Icon_Group icon theme Functions