Ecore_List -> Eina_List
This commit is contained in:
@@ -869,7 +869,7 @@ ecdb_burn_image_page_show(void)
|
||||
}
|
||||
else if (!strcmp("ecdb/entry", wtype[i]))
|
||||
{
|
||||
ecore_list_append(em->dnd_candidates, b);
|
||||
em->dnd_candidates = eina_list_append(em->dnd_candidates, b);
|
||||
evas_object_data_set(b, "dnd_call_func", ecdb_dnd_entry_dnd_set);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user