diff -r c44f9bb56771 -r bb6ed1806599 radioapp/radiouiengine/src/radiouiengine.cpp --- a/radioapp/radiouiengine/src/radiouiengine.cpp Fri Sep 17 08:29:29 2010 +0300 +++ b/radioapp/radiouiengine/src/radiouiengine.cpp Mon Oct 04 00:17:30 2010 +0300 @@ -112,7 +112,7 @@ QStringList args; args << RADIO_RANGE_USEURO; //TODO: Determine current region args << QString::number( lastTunedFrequency( 0 ) ); - args << QString::number( lastVolume() ); + args << QString::number( lastVolume() * VOLUME_STEP_DIVIDER ); QProcess serverProcess; bool success = serverProcess.startDetached( RADIO_SERVER_NAME, args );