efreet: remove file exists check

efreet_ini_new will check if file exists later on.

SVN revision: 78169
This commit is contained in:
Sebastian Dransfeld 2012-10-18 09:11:43 +00:00
parent 2f60b3930d
commit 17cd7fa313
1 changed files with 1 additions and 2 deletions

View File

@ -396,8 +396,7 @@ efreet_icon_new(const char *path)
snprintf(ico_path, sizeof(ico_path), "%s.icon", icon->path);
*p = '.';
if (ecore_file_exists(ico_path))
efreet_icon_populate(icon, ico_path);
efreet_icon_populate(icon, ico_path);
}
if (!icon->name)