GNOME Bugzilla – Bug 131917
Gnome-cd Volume Slider Not Working
Last modified: 2004-12-22 21:47:04 UTC
Actually, I noticed this in 2.4, but have just gone searching in CVS to fix it. When you start gnome-cd, the slider is always at the bottom, indicating no volume, regardless of what the CD volume actually is. Moving the volume slider changes the volume properly, but at startup, it is always 0. Why is this so? Because the range for the volume slider is set for -255 to 0, but the value from status->volume (to set the slider) is always positive! This patch (which involves just adding one char ['-']) seems to fix this problem. Hope I have done the patch right...
Created attachment 23520 [details] [review] Simple fix to volume slider start-up problem.
*** This bug has been marked as a duplicate of 131158 ***