diff -r d24257910f8d -r aaefa587e277 QTfrontend/ui/widget/qpushbuttonwithsound.cpp --- a/QTfrontend/ui/widget/qpushbuttonwithsound.cpp Sun Dec 02 00:03:16 2012 +0100 +++ b/QTfrontend/ui/widget/qpushbuttonwithsound.cpp Tue Dec 25 04:45:22 2012 +0100 @@ -33,7 +33,7 @@ void QPushButtonWithSound::buttonClicked() { - if ( !isSoundEnabled || !HWForm::config->isFrontendSoundEnabled()) + if ( !isSoundEnabled ) return; if (this->isEnabled())