GNOME Bugzilla – Bug 675996
Disable 'reread CD' menu item while already rereading a CD
Last modified: 2012-05-14 14:07:35 UTC
This patch series makes sure the "reread CD" menu item is disabled when the CD is already being reread.
Created attachment 213970 [details] [review] Don't set 'reread CD' sensitivity in _stop() _stop() is resetting the sensitivity of the "reread CD" menu entry to TRUE, but nothing in this file disables it. This commit removes this code assuming the sensitivity would be changed in the same file if there was a matching 'disable sensitivity' call.
Created attachment 213971 [details] [review] Disable 'reread CD' menu item while already rereading a CD
Review of attachment 213970 [details] [review]: Yeah, fair enough.
Review of attachment 213971 [details] [review]: Looks good.
Attachment 213970 [details] pushed as 9cb8fb9 - Don't set 'reread CD' sensitivity in _stop() Attachment 213971 [details] pushed as b0e05a9 - Disable 'reread CD' menu item while already rereading a CD