Bug 94827 - can't change silence detector timer
Summary: can't change silence detector timer
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 1.4
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-10 17:41 UTC by cerebro84
Modified: 2004-12-17 16:28 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.