bluetoothengine/btui/Ecom/src/BTUIPairedDevicesView.cpp
branchRCL_3
changeset 16 b23265fb36da
parent 14 f7fbeaeb166a
child 35 95674584745d
equal deleted inserted replaced
14:f7fbeaeb166a 16:b23265fb36da
  1723 			    ( ( iMenuDevice.iStatus & EStatusBtuiConnected ) != ( device.iStatus & EStatusBtuiConnected ) ) )
  1723 			    ( ( iMenuDevice.iStatus & EStatusBtuiConnected ) != ( device.iStatus & EStatusBtuiConnected ) ) )
  1724 			    {
  1724 			    {
  1725 			    TRACE_INFO(_L("Device status changed, update menupane"));
  1725 			    TRACE_INFO(_L("Device status changed, update menupane"));
  1726 			    iMenuDevice = device;
  1726 			    iMenuDevice = device;
  1727 			    iActiveMenuPane->Close();
  1727 			    iActiveMenuPane->Close();
  1728 			    TRAP_IGNORE( this->ProcessCommandL(EAknSoftkeyOptions) );
  1728 			    TRAP_IGNORE( this->ProcessCommandL(EAknSoftkeyContextOptions) );
  1729 			    }
  1729 			    }
  1730 		    }
  1730 		    }
  1731 	    }
  1731 	    }
  1732 	if(err!= KErrNone)	    
  1732 	if(err!= KErrNone)	    
  1733         {
  1733         {