More work with regards to imager

This commit is contained in:
Jaime Thomas
2008-05-21 01:01:37 +00:00
parent 1fecc24f2a
commit 7cff99ed50
5 changed files with 54 additions and 84 deletions

View File

@@ -46,7 +46,7 @@ ecdb_burn_project_init(Ecdb_Burn_Project *proj)
proj->underrun_proof = TRUE;
proj->opc = TRUE;
proj->multi = TRUE;
proj->files = ecore_list_new();
proj->files = ecdb_source_new();
return TRUE;
}
@@ -311,7 +311,7 @@ ecdb_burn_finished(void *data, int type, void *event)
/* To be removed from here at some point */
Ecdb_Burn_Project *t;
t = ECDB_BURN(proj->proj);
ecore_list_destroy(t->files);
FREE(t->files);
FREE(t);
FREE(proj);
ecore_event_add(ECORE_EVENT_SIGNAL_EXIT, NULL, NULL, NULL);