bluetoothengine/btaudioman/src/basrvaccstateattach.cpp
changeset 57 5ebadcda06cb
parent 22 4255033c5d30
--- a/bluetoothengine/btaudioman/src/basrvaccstateattach.cpp	Fri Aug 06 16:43:21 2010 +0300
+++ b/bluetoothengine/btaudioman/src/basrvaccstateattach.cpp	Fri Sep 03 16:17:59 2010 +0300
@@ -108,7 +108,8 @@
         {
         Parent().AccMan().ListenAudioRequestL();        	
         Parent().AccMan().PluginMan().AccInUse();
-        Parent().ChangeStateL(CBasrvAccStateAttached::NewL(Parent(), !iConnecting));
+        // we always show connect/disconnect notes regardless of the initiator
+        Parent().ChangeStateL(CBasrvAccStateAttached::NewL(Parent(), ETrue));
         }
     else
         {