Ticket 91: update media state model after content change

This commit is contained in:
2006-11-25 15:26:35 +00:00
parent 13214d9ac5
commit 56ab215db0
4 changed files with 74 additions and 69 deletions

View File

@ -923,6 +923,10 @@ return crap. so we send the command, then ignore the result.
burn_print(1, "done\n");
d->busy = BURN_DRIVE_IDLE;
/* ts A61125 : update media state records */
burn_drive_mark_unready(d);
burn_drive_inquire_media(d);
/* ts A61012 : This return was traditionally missing. I suspect this
to have caused Cdrskin_eject() failures */
return;