summaryrefslogtreecommitdiff
path: root/noncore/settings
Unidiff
Diffstat (limited to 'noncore/settings') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/sound/soundsettings.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/settings/sound/soundsettings.cpp b/noncore/settings/sound/soundsettings.cpp
index 010e0af..cddb478 100644
--- a/noncore/settings/sound/soundsettings.cpp
+++ b/noncore/settings/sound/soundsettings.cpp
@@ -185,2 +185,5 @@ void SoundSettings::setSizeLimitButton(const QString &index) {
185 cfg.setGroup("Record"); 185 cfg.setGroup("Record");
186 if(index.find("Unlimited",0,TRUE) != -1)
187 cfg.writeEntry("SizeLimit", -1);
188 else
186 cfg.writeEntry("SizeLimit", index); 189 cfg.writeEntry("SizeLimit", index);