[elm_genlist.c] Apply opensource bug patch about _update_job
authorSeunggyun Kim <sgyun.kim@samsung.com>
Tue, 29 Mar 2011 05:04:22 +0000 (14:04 +0900)
committerSeunggyun Kim <sgyun.kim@samsung.com>
Tue, 29 Mar 2011 05:04:22 +0000 (14:04 +0900)
src/lib/elm_genlist.c

index de96bd7..84d22cc 100644 (file)
@@ -2665,8 +2665,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)