Erasing now utilizes info already aquired from ecdb_hal.

This commit is contained in:
Jaime Thomas
2009-04-19 19:20:04 +00:00
parent 62607be1c9
commit c741e1b580
4 changed files with 27 additions and 20 deletions

View File

@@ -310,6 +310,7 @@ _ecdb_hal_volume_handle(void *data, void *reply_data, DBusError *error)
{
if (!strcmp(udi, drive->udi))
{
drive->fresh_info = TRUE;
drive->disc_udi = disc_udi;
drive->capacity = e_hal_property_uint64_get(ret,
"volume.disc.capacity", NULL);