And put read eet data in mem cache

SVN revision: 56621
This commit is contained in:
Sebastian Dransfeld 2011-02-01 08:58:12 +00:00
parent 5e69accabd
commit 53f96546e2
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ efreet_util_desktop_categories_list(void)
if (!efreet_cache_check(&cache, efreet_desktop_util_cache_file(), EFREET_DESKTOP_UTILS_CACHE_MAJOR)) return NULL;
array = eet_data_read(cache, efreet_array_string_edd(), "categories_list");
array = efreet_util_cache_names(efreet_array_string_edd(), "categories_list");
if (!array) return NULL;
for (i = 0; i < array->array_count; i++)
ret = eina_list_append(ret, array->array[i]);