Efreet: Reset changed before scanning fallback

Changed must be EINA_FALSE before scanning fallback to not create false
positive.

SVN revision: 57240
This commit is contained in:
Sebastian Dransfeld 2011-02-22 12:52:58 +00:00
parent 96c006f7e3
commit 984361a2d3
1 changed files with 2 additions and 0 deletions

View File

@ -897,6 +897,8 @@ main(int argc, char **argv)
}
eina_iterator_free(it);
changed = EINA_FALSE;
/* open icon file */
icon_ef = eet_open(efreet_icon_cache_file(EFREET_CACHE_ICON_FALLBACK), EET_FILE_MODE_READ_WRITE);
if (!icon_ef) goto on_error_efreet;