QTfrontend/ui/widget/qpushbuttonwithsound.cpp
changeset 8326 023a71940f26
parent 8049 133e22b5c410
child 9080 9b42757d7e71
--- a/QTfrontend/ui/widget/qpushbuttonwithsound.cpp	Mon Dec 24 17:07:12 2012 +0100
+++ b/QTfrontend/ui/widget/qpushbuttonwithsound.cpp	Mon Dec 24 12:52:14 2012 -0500
@@ -33,7 +33,7 @@
 
 void QPushButtonWithSound::buttonClicked()
 {
-    if ( !isSoundEnabled || !HWForm::config->isFrontendSoundEnabled())
+    if ( !isSoundEnabled )
         return;
 
     if (this->isEnabled())