GNOME Bugzilla – Bug 753509
Eject Improvements
Last modified: 2015-08-17 13:13:15 UTC
Improve the UI responsiveness when the disc is ejected and close the multiple album dialog if the disc is ejected while the dialog visible.
Created attachment 309068 [details] [review] Improve eject responsiveness It takes a couple of seconds from pressing the eject keyboard shortcut for the UI to update as there is a lag while the drive opens. To fix this update the UI when the shortcut is pressed and check in media_removed_cb() to see whether it's already been updated or not.
Created attachment 309069 [details] [review] Close multiple album dialog on eject If the disc is ejected while the multiple album dialog is visible the dialog should be closed.
Attachment 309068 [details] pushed as 1e15356 - Improve eject responsiveness Attachment 309069 [details] pushed as 5f73c37 - Close multiple album dialog on eject