Rid some useless eina_list_free calls, proper ecdb_source usage in filelist and burn data gui, and update to new EWL API.

This commit is contained in:
Jaime Thomas
2009-03-18 01:26:39 +00:00
parent 783efd37ff
commit c1b7f75774
8 changed files with 64 additions and 24 deletions

View File

@@ -246,7 +246,7 @@ ecdb_dnd_selection(void *data, int type, void *event)
call_func(em->evas_drop_object, files);
}
}
else
else if (em->ewl_drop_object)
{
Ewl_Event_Dnd_Data_Received ewl_ev;