Always trigger desktop cache update

E init process waits for this and must always get it.

SVN revision: 57238
This commit is contained in:
Sebastian Dransfeld 2011-02-22 12:42:58 +00:00
parent 7c1d716453
commit 0ee1932ebd
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ main(int argc, char **argv)
}
/* touch update file */
if (changed)
//if (changed)
{
snprintf(file, sizeof(file), "%s/efreet/desktop_data.update", efreet_cache_home_get());
tmpfd = open(file, O_CREAT | O_WRONLY, S_IRUSR | S_IWUSR);