uifw/EikStd/srvuisrc/eikkeysoundserver.cpp
branchRCL_3
changeset 50 a1caeb42b3a3
parent 38 c52421ed5f07
child 55 aecbbf00d063
--- a/uifw/EikStd/srvuisrc/eikkeysoundserver.cpp	Mon Jun 21 15:57:43 2010 +0300
+++ b/uifw/EikStd/srvuisrc/eikkeysoundserver.cpp	Thu Jul 15 18:56:19 2010 +0300
@@ -1229,7 +1229,8 @@
 
     if ( Preference() != KKeyClickPreference ) // Other sounds than key click
         {
-        aAudioPlayer->SetVolume( ((TInt)iVolume * max )/(TInt)ESoundVolume9);
+		//change (TInt)ESoundVolume9 to ((TInt)ESoundVolume9 + 1)) to keep consistent with audiotheme
+        aAudioPlayer->SetVolume( ((TInt)iVolume * max )/((TInt)ESoundVolume9 + 1));
         return;
         }