diff -r 68f0c7cd80ec -r 4dc3bb0099b0 connectionmonitoring/connectionmonitorui/src/ConnectionMonitorUiAppUi.cpp --- a/connectionmonitoring/connectionmonitorui/src/ConnectionMonitorUiAppUi.cpp Mon Mar 15 12:42:11 2010 +0200 +++ b/connectionmonitoring/connectionmonitorui/src/ConnectionMonitorUiAppUi.cpp Wed Mar 31 22:15:10 2010 +0300 @@ -331,9 +331,11 @@ { ShowConnectionSummaryInformationNoteL( connectionInfo ); } - // Mark the connection as closed. When the timer ticks the next - // time the marked connection is deleted and removed from the main view. + // Mark the connection as closed and update the status text. + // When the timer ticks the next time the marked connection + // is deleted and removed from the main view. connectionInfo->RefreshConnectionStatus( KConnectionClosed ); + connectionInfo->RefreshConnectionListBoxItemTextL(); } CMUILOGGER_WRITE_F( "Deleted: %d", connectionId ); }