e_icon: Fix typo

This commit is contained in:
Igor Murzov 2014-08-05 14:08:47 +04:00
parent cf37ec604b
commit 1f6ff4deb7
1 changed files with 1 additions and 1 deletions

View File

@ -739,7 +739,7 @@ _e_icon_smart_reconfigure(E_Smart_Data *sd)
}
else
{
ih = 0;
iw = 0;
ih = 0;
evas_object_image_size_get(sd->obj, &iw, &ih);
if (iw < 1) iw = 1;