We can't check in cache, as the path might not exist on disk.

SVN revision: 56915
This commit is contained in:
Sebastian Dransfeld 2011-02-10 14:26:20 +00:00
parent 04db235b11
commit 59f8c14a95
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ efreet_util_path_to_file_id(const char *path)
char *base;
const char *file_id;
/* TODO: Check if searching in cache is fast enough */
if (!path) return NULL;
file_id = eina_hash_find(file_id_by_desktop_path, path);
if (file_id) return file_id;