From 1f6ff4deb73c59cc55c2489f3f3f97fc26ff1cd5 Mon Sep 17 00:00:00 2001 From: Igor Murzov Date: Tue, 5 Aug 2014 14:08:47 +0400 Subject: [PATCH] e_icon: Fix typo --- src/bin/e_icon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_icon.c b/src/bin/e_icon.c index 5b9c540b3..ca347943d 100644 --- a/src/bin/e_icon.c +++ b/src/bin/e_icon.c @@ -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;