radioapp/radiouiengine/src/radiouiengine.cpp
changeset 53 bb6ed1806599
parent 41 3a6b55c6390c
--- 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 );