[elm_genlist.c] add quieue idler check in rename mode api
authorSeunggyun Kim <sgyun.kim@samsung.com>
Thu, 24 Feb 2011 02:55:13 +0000 (11:55 +0900)
committerSeunggyun Kim <sgyun.kim@samsung.com>
Thu, 24 Feb 2011 02:55:13 +0000 (11:55 +0900)
src/lib/elm_genlist.c

index 6f15340..737fd33 100644 (file)
@@ -6392,6 +6392,7 @@ EAPI Evas_Object *
 elm_genlist_item_rename_mode_set(Elm_Genlist_Item *it, int emode)
 {
    if (!it) return NULL;
+   if (it->wd->queue_idler) return NULL;
 
    const Eina_List *l, *list, *l2;
    const char *label, *rename_swallow_part;