Fix a couple bugs, and now errors are displayed to progress text.

This commit is contained in:
Jaime Thomas
2008-11-05 17:02:35 +00:00
parent c39fda7b86
commit bcea7bba32
3 changed files with 15 additions and 5 deletions

View File

@ -10,8 +10,6 @@ ecdb_aquire_drive_info(void)
struct burn_drive_info *drives_current;
struct burn_speed_descriptor *speeds;
ecdb_burn_init();
ret = 0;
if (em->drives)
ecore_list_destroy(em->drives);
@ -75,7 +73,6 @@ ecdb_aquire_drive_info(void)
}
burn_drive_info_free(drives_current);
burn_finish();
return TRUE;
}