Efreet: Always trigger change file

changed flag isn't global, and is set to EINA_FALSE for each theme.

SVN revision: 57239
This commit is contained in:
Sebastian Dransfeld 2011-02-22 12:52:46 +00:00
parent 0ee1932ebd
commit 96c006f7e3
1 changed files with 1 additions and 1 deletions

View File

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