GNOME Bugzilla – Bug 167915
Desentivise volume up/down items properly when boundary is reached
Last modified: 2006-09-20 17:11:00 UTC
I guess this bug exists since the split of the glade files... I'm not sure... Anyway, the volume up and volume down items in the popup are disabled. Perhaps, when the volume is at max, the volume up entry could be disabled since pressing it doesn't do anything? The same for the volume min ofcourse :) The items in the mainmenu are working. If you implement the disabling of min/plus when volume is at min/plus, don't forget the items in the mainmenu.
2005-02-20 Bastien Nocera <hadess@hadess.net> * NEWS: upd * src/totem.c: (totem_action_set_mrl_with_warning): enable the volume items in the popup menu properly (Closes: #167915) That fixes the main bug.
*** Bug 335647 has been marked as a duplicate of this bug. ***
This should be made easier by bug 353560
Created attachment 73060 [details] [review] patch to fix this bug
Looks good.
2006-09-20 Jan Arne Petersen <jpetersen@jpetersen.org> * src/totem-private.h: * src/totem.c: (totem_action_set_mrl_with_warning), (update_volume_sliders): desensitive volume-up and volume-down actions when boundary (100 or 0) is reached. (Closes: #167915)