efreet: TODO++

SVN revision: 48429
This commit is contained in:
Sebastian Dransfeld 2010-04-29 18:16:15 +00:00
parent a52773a8ab
commit 5be72adc7d
2 changed files with 2 additions and 0 deletions

View File

@ -202,6 +202,7 @@ efreet_desktop_init(void)
}
/* TODO: Defer eet open until we actually need it open. */
cache = eet_open(efreet_desktop_cache_file(), EET_FILE_MODE_READ);
return 1;

View File

@ -52,6 +52,7 @@ efreet_util_init(void)
return 0;
}
/* TODO: Defer eet open until we actually need it open. */
cache = eet_open(efreet_desktop_util_cache_file(), EET_FILE_MODE_READ);
file_id_by_desktop_path = eina_hash_string_superfast_new(EINA_FREE_CB(eina_stringshare_del));