SVN revision: 54386
This commit is contained in:
Sebastian Dransfeld 2010-11-09 21:31:46 +00:00
parent 7545e54203
commit 44ce55c909
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,8 @@ cache_add(const char *path, const char *file_id, int priority __UNUSED__, int *c
eina_hash_add(paths, desk->orig_path, (void *)1);
}
/* TODO: We should check priority, and not just hope we search in right order */
/* TODO: We need to find out if prioritized file id has changed because of
* changed search order. */
if (desk->type == EFREET_DESKTOP_TYPE_APPLICATION &&
file_id && !eina_hash_find(file_ids, file_id))
{