Bug 94827

Summary: can't change silence detector timer
Product: [Applications] konsole Reporter: cerebro84
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.4   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description cerebro84 2004-12-10 17:41:40 UTC
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.
Comment 1 Matthew Klassen 2004-12-17 11:56:05 UTC
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.
Comment 2 Waldo Bastian 2004-12-17 16:28:56 UTC
#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.