SVN revision: 51137
devs/devilhorns/wayland_egl
Sebastian Dransfeld 13 years ago
parent b001a8968e
commit 2dc15f4d89
  1. 4
      legacy/efreet/src/lib/efreet_icon.c

@ -538,9 +538,9 @@ efreet_icon_find_helper(Efreet_Icon_Theme *theme,
/* go no further if this theme is fake */
if (theme->fake || !theme->valid)
value = NULL;
value = NULL;
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 */
if (!value || (value == NON_EXISTING))

Loading…
Cancel
Save