[elm_genlist.c] Bug fix for recalculation job.
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Tue, 9 Nov 2010 08:25:27 +0000 (17:25 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Tue, 9 Nov 2010 08:25:27 +0000 (17:25 +0900)
src/lib/elm_genlist.c

index 8c7c3c5..7d4ec14 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))
+        if ((showme) && (wd->show_item) && (wd->show_item->realized))
           {
              wd->show_item->showme = 0;
              if (wd->bring_in)
@@ -6359,4 +6359,4 @@ elm_genlist_item_rename_mode_set(Elm_Genlist_Item *it, int emode)
      {
        it->wd->edit_mode = 0;
      }
-}
\ No newline at end of file
+}