diff -r 74b7c6e79031 -r bbebb0235466 radioapp/radiouiengine/src/radiouiengine.cpp --- a/radioapp/radiouiengine/src/radiouiengine.cpp Fri Sep 03 12:25:04 2010 +0300 +++ b/radioapp/radiouiengine/src/radiouiengine.cpp Mon Sep 20 18:04:48 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 );