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