bluetoothengine/btsac/btrcc/src/btrccLegacyVolumeLevelController.cpp
changeset 52 4545c04e61e1
parent 33 837dcc42fd6a
--- a/bluetoothengine/btsac/btrcc/src/btrccLegacyVolumeLevelController.cpp	Tue Jul 06 14:27:09 2010 +0300
+++ b/bluetoothengine/btsac/btrcc/src/btrccLegacyVolumeLevelController.cpp	Wed Aug 18 09:59:05 2010 +0300
@@ -80,7 +80,7 @@
     TRACE_INFO((_L("CBTRCCActive created")))
     iCtrlRTimer.CreateLocal();    
     TRACE_INFO((_L("RTimer created")))
-    iLocalMaxVolume = GetLocalMaxVolume();
+    iLocalMaxVolume = GetLocalMaxVolumeL();
 	}
 
 // -----------------------------------------------------------------------------