Bug 52222

Summary: missing slotConfigChanged() for checkbox crc
Product: kcontrol Reporter: Carsten Fregin <carsten.fregin>
Component: kcmaudiocdAssignee: rik
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Carsten Fregin 2002-12-23 14:12:11 UTC
Version:            (using KDE 3.1.0 (RC5))
Installed from:    compiled sources
Compiler:          gcc version 3.1
OS:          Linux (i686) release 2.4.19

the kcm is not aware of a changeconfig when clicking ONLY to errorcorrection in kcmaudiocd.
Solution:

kdemultimedia-3.1rc5/kioslave/audiocd/kcmaudiocd/kcmaudiocd.cpp

line 157:
connect(crc,SIGNAL(clicked()),this,SLOT(slotConfigChanged()));

not a realy big bug;) if someone has a second to check this in?
Comment 1 Aaron J. Seigo 2002-12-28 02:33:27 UTC
*** Bug has been marked as fixed ***.