garik pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=1f6ff4deb73c59cc55c2489f3f3f97fc26ff1cd5

commit 1f6ff4deb73c59cc55c2489f3f3f97fc26ff1cd5
Author: Igor Murzov <ga...@efl.so>
Date:   Tue Aug 5 14:08:47 2014 +0400

    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 5b9c540..ca34794 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;

-- 


Reply via email to