efreet: fix function name

SVN revision: 47515
This commit is contained in:
Sebastian Dransfeld 2010-03-27 19:58:54 +00:00
parent 053190d2f4
commit fa732e43f6
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@ efreet_util_cache_glob_list(const char *search, const char *what)
}
void
efreet_desktop_util_cache_reload(void)
efreet_util_desktop_cache_reload(void)
{
if (cache) eet_close(cache);
cache = eet_open(efreet_desktop_util_cache_file(), EET_FILE_MODE_READ);