SVN revision: 46731
This commit is contained in:
Sebastian Dransfeld 2010-03-01 19:05:59 +00:00
parent cadc12f955
commit 9eda1bb218
2 changed files with 7 additions and 0 deletions

View File

@ -146,6 +146,9 @@ main(int argc, char **argv)
/* TODO:
* - Add file monitor on files, so that we catch changes on files
* during whilst this program runs.
* - Only update cache, don't recreate everything.
* - Use return value to signal calling process wheter cache was
* updated or not.
*/
char file[PATH_MAX];
char util_file[PATH_MAX];

View File

@ -373,6 +373,10 @@ efreet_desktop_new(const char *file)
return desktop;
}
}
/* TODO:
* Add .desktop file path to a cache file, so that
* efreet_desktop_cache_create can add it to the cache
*/
if (!ecore_file_exists(file)) return NULL;