diff -r 65602f1ef0f8 -r f77bb02b669f QTfrontend/ui/mouseoverfilter.cpp --- a/QTfrontend/ui/mouseoverfilter.cpp Mon Jan 30 23:20:28 2012 +0100 +++ b/QTfrontend/ui/mouseoverfilter.cpp Mon Jan 30 17:32:18 2012 -0500 @@ -39,7 +39,8 @@ QComboBox * droplist = dynamic_cast(dist); QSlider * slider = dynamic_cast(dist); QTabWidget * tab = dynamic_cast(dist); - if (HWForm::config->isFrontendSoundEnabled() && (button || textfield || checkbox || droplist || slider || tab)) { + if (HWForm::config->isFrontendSoundEnabled() && (button || textfield || checkbox || droplist || slider || tab)) + { HWDataManager & dataMgr = HWDataManager::instance(); SDLInteraction::instance().playSoundFile(dataMgr.findFileForRead("Sounds/steps.ogg")); }