[elm_genlist.c] Fixed group index checkbox in editmode.
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Mon, 24 Jan 2011 11:30:25 +0000 (20:30 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Mon, 24 Jan 2011 11:30:25 +0000 (20:30 +0900)
src/lib/elm_genlist.c

index e9e5aff..5f523e1 100644 (file)
@@ -2090,7 +2090,7 @@ _item_realize(Elm_Genlist_Item *it,
    if (itc) _item_cache_free(itc);
    evas_object_smart_callback_call(it->base.widget, "realized", it);
    
-   if (it->wd->edit_mode != ELM_GENLIST_EDIT_MODE_NONE) _effect_item_realize(it);
+   if ((it->wd->edit_mode) && (it->flags != ELM_GENLIST_ITEM_GROUP)) _effect_item_realize(it);
 }
 
 static void