diff -r 05bc53fe583b -r 83ca720e2b9a connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/SelectWLANDlg.cpp --- a/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/SelectWLANDlg.cpp Tue Aug 31 15:35:44 2010 +0300 +++ b/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/SelectWLANDlg.cpp Wed Sep 01 12:23:51 2010 +0100 @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include #include @@ -65,9 +65,7 @@ : CAknListQueryDialog( &aIndex ), iPlugin( aPlugin ), iNetworkArray( aNetworkArray ), - iFromOkToExit( EFalse ), - iWaitDialog( NULL ), - iExpiryTimer( NULL ) + iFromOkToExit( EFalse ) { } @@ -212,7 +210,12 @@ TWlanConnectionSecurityMode sMode; TWlanConnectionExtentedSecurityMode sExtMode; - sSID.Copy( buff->Des() ); + //sSID.Copy( buff->Des() ); + TInt err = CnvUtfConverter::ConvertFromUnicodeToUtf8( sSID, buff->Des() ); + if ( err ) + { + sSID.Copy( buff->Des() ); + } CleanupStack::PopAndDestroy( buff ); iPlugin->SetEasyWlanToHiddenL( ETrue );