diff -r f72a12da539e -r 5315654608de idlehomescreen/xmluicontroller/src/onlineofflinehelper.cpp --- a/idlehomescreen/xmluicontroller/src/onlineofflinehelper.cpp Thu Dec 17 08:40:49 2009 +0200 +++ b/idlehomescreen/xmluicontroller/src/onlineofflinehelper.cpp Thu Jan 07 12:39:41 2010 +0200 @@ -273,7 +273,7 @@ // Show roaming notification CAknGlobalNote* note = CAknGlobalNote::NewLC(); HBufC* msg( StringLoader::LoadLC( R_QTN_HS_AUTOMATIC_OFFLINE ) ); - + note->SetSoftkeys(R_AVKON_SOFTKEYS_OK_EMPTY); note->ShowNoteL( EAknGlobalInformationNote, *msg ); CleanupStack::PopAndDestroy( 2, note ); // msg }