[elm_genlist.c] Bug fix for recalculation job.
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Wed, 10 Nov 2010 00:24:08 +0000 (09:24 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Wed, 10 Nov 2010 00:24:08 +0000 (09:24 +0900)
src/lib/elm_genlist.c

index 7d4ec14..d7fb7e8 100644 (file)
@@ -2074,7 +2074,7 @@ _calc_job(void *data)
         itb->h = itb->minh;
         y += itb->h;
         in += itb->count;
-        if ((showme) && (wd->show_item) && (wd->show_item->realized))
+        if ((showme) && (wd->show_item) && (wd->show_item->mincalcd))
           {
              wd->show_item->showme = 0;
              if (wd->bring_in)