diff -r 84c6623982f6 -r ed07dcc72692 connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/SelectWLANDlg.cpp --- a/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/SelectWLANDlg.cpp Fri Sep 17 08:32:43 2010 +0300 +++ b/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/SelectWLANDlg.cpp Mon Oct 04 00:43:42 2010 +0300 @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include "ConnUiUtilsNotif.hrh" #include "SelectWLANDlg.h" @@ -53,6 +53,8 @@ // Name of the MBM file containing icons _LIT( KFileIcons, "ConnectionUiUtilities.mbm" ); +// Empty string +_LIT( KEmpty, "" ); LOCAL_D const TInt KIconsGranularity = 4; @@ -232,16 +234,8 @@ HBufC* stringLabel = StringLoader::LoadLC( R_INFO_NO_NETWORKS_FOUND ); - //RAknUiServer* globalNote = CAknSgcClient::AknSrv(); - //if ( globalNote->Handle() ) - // { - // globalNote->ShowGlobalNoteL( *stringLabel, - // EAknGlobalInformationNote ); - // } - - CAknGlobalNote* globalNote = CAknGlobalNote::NewLC(); - globalNote->ShowNoteL( EAknGlobalInformationNote, *stringLabel ); - CleanupStack::PopAndDestroy( globalNote ); + CHbDeviceNotificationDialogSymbian::NotificationL( + KEmpty, stringLabel->Des(), KEmpty); CleanupStack::PopAndDestroy( stringLabel ); // set network prefs because we still need ssid