Bug 52222 - missing slotConfigChanged() for checkbox crc
Summary: missing slotConfigChanged() for checkbox crc
Status: RESOLVED FIXED
Alias: None
Product: kcontrol
Classification: Miscellaneous
Component: kcmaudiocd (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: rik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-23 14:12 UTC by Carsten Fregin
Modified: 2002-12-28 02:33 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 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 ***.