thumbnailing - revert "allow all" and rely on updated extn checks

This commit is contained in:
Carsten Haitzler 2013-11-24 11:35:15 +09:00
parent 7ccf40fc7b
commit 8c9404a414
1 changed files with 3 additions and 3 deletions

View File

@ -420,7 +420,7 @@ _e_thumb_generate(E_Thumb *eth)
evas_object_resize(im2, tw, th);
evas_object_show(im2);
}
else// if (evas_object_image_extension_can_load_get(ext))
else if (evas_object_image_extension_can_load_get(ext))
{
im = evas_object_image_add(evas);
evas_object_image_load_size_set(im, eth->w, eth->h);
@ -443,8 +443,8 @@ _e_thumb_generate(E_Thumb *eth)
evas_object_resize(im, ww, hh);
sortkey = EINA_TRUE;
}
// else
// goto end;
else
goto end;
ecore_evas_alpha_set(ee, alpha);
ecore_evas_resize(ee, ww, hh);