formatting

SVN revision: 51137
This commit is contained in:
Sebastian Dransfeld 2010-08-15 19:54:19 +00:00
parent b001a8968e
commit 2dc15f4d89
1 changed files with 2 additions and 2 deletions

View File

@ -538,9 +538,9 @@ efreet_icon_find_helper(Efreet_Icon_Theme *theme,
/* go no further if this theme is fake */ /* go no further if this theme is fake */
if (theme->fake || !theme->valid) if (theme->fake || !theme->valid)
value = NULL; value = NULL;
else else
value = efreet_icon_lookup_icon(theme, icon, size); value = efreet_icon_lookup_icon(theme, icon, size);
/* we didin't find the image check the inherited themes */ /* we didin't find the image check the inherited themes */
if (!value || (value == NON_EXISTING)) if (!value || (value == NON_EXISTING))