summaryrefslogtreecommitdiff
path: root/noncore/settings
Side-by-side diff
Diffstat (limited to 'noncore/settings') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/sound/soundsettings.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/settings/sound/soundsettings.cpp b/noncore/settings/sound/soundsettings.cpp
index 99fccf7..010e0af 100644
--- a/noncore/settings/sound/soundsettings.cpp
+++ b/noncore/settings/sound/soundsettings.cpp
@@ -95,4 +95,6 @@ SoundSettings::SoundSettings( QWidget* parent, const char* objname, WFlags fl )
timeLimitComboBox->setCurrentItem(3);
- else
+ else if(sRate == 5)
timeLimitComboBox->setCurrentItem(4);
+ else
+ timeLimitComboBox->setCurrentItem(5);