radioapp/radiouiengine/src/radiouiengine.cpp
changeset 51 bbebb0235466
parent 36 ba22309243a1
child 57 21be958eb3ce
--- 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 );