diff -r 13ceaad4767e -r d6e19f35d98d QTfrontend/chatwidget.cpp --- a/QTfrontend/chatwidget.cpp Thu Mar 18 02:55:42 2010 +0000 +++ b/QTfrontend/chatwidget.cpp Thu Mar 18 09:55:22 2010 +0000 @@ -39,7 +39,7 @@ this->gameSettings = gameSettings; this->sdli = sdli; this->notify = notify; - if(notify && gameSettings->value("audio/frontendsound", true).toBool()) { + if(notify && gameSettings->value("frontend/sound", true).toBool()) { QDir tmpdir; tmpdir.cd(datadir->absolutePath()); @@ -238,7 +238,7 @@ updateIcon(item); chatNicks->addItem(item); - if(notifyNick && notify && gameSettings->value("audio/frontendsound", true).toBool()) { + if(notifyNick && notify && gameSettings->value("frontend/sound", true).toBool()) { Mix_PlayChannel(-1, sound[rand()%4], 0); } }