Version: 1.4 (using KDE 3.3.89 (CVS >= 20041129), Gentoo) Compiler: gcc version 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6) OS: Linux (i686) release 2.6.9-gentoo-r6y I can't change the timeout of the silence timer. I changed it from 10 to 60 seconds, clicked ok, but... when it was still 10 seconds. So I watched the timeout setting window and... it was still 10!! I tried different times with different timings, but nothing.
Not 100% sure this is the same bug. But I get a similar problem. I find that there is a problem when I enter in the "Seconds to detect silence" using the keyboard. When I type in the number that I want it set to it will not take, I have to use the up/down arrows to change the figure and then it will accept the change.
#1: Problem is that QSpinBox does not emit valueChanged() as long as it has focus, selecting the OK button does NOT change focus and as a result kcmshell does not think that anything has changed in the dialog and will not save any changes at all. Fixed. #0: The dialog read back the default settings instead of the actual settings. Fixed.