[elm_genlist] fix _update_job opensource bug
authorSeunggyun Kim <sgyun.kim@samsung.com>
Tue, 22 Mar 2011 17:32:28 +0000 (02:32 +0900)
committerSeunggyun Kim <sgyun.kim@samsung.com>
Tue, 22 Mar 2011 17:32:28 +0000 (02:32 +0900)
src/lib/elm_genlist.c

index dab41b2..aef58e0 100644 (file)
@@ -2671,8 +2671,8 @@ _update_job(void *data)
         {
            if (it->updateme)
              {
-                itminw = it->w;
-                itminh = it->h;
+                itminw = it->minw;
+                itminh = it->minh;
 
                 it->updateme = EINA_FALSE;
                 if (it->realized)