diff -r c54d95799c80 -r a1247965635c mpxplugins/viewplugins/views/waitnotedialog/src/mpxwaitnotedialog.cpp --- a/mpxplugins/viewplugins/views/waitnotedialog/src/mpxwaitnotedialog.cpp Wed Apr 14 15:54:18 2010 +0300 +++ b/mpxplugins/viewplugins/views/waitnotedialog/src/mpxwaitnotedialog.cpp Tue Apr 27 16:34:37 2010 +0300 @@ -493,7 +493,7 @@ iProcessWaitDialog = new ( ELeave ) CAknWaitDialog( ( CEikDialog** )&iProcessWaitDialog, - iVisDelayOff ); + EFalse ); iProcessWaitDialog->PrepareLC( aDlgRsc ); iProcessWaitDialog->SetTextL( aLabel ); @@ -512,3 +512,4 @@ } } // End of file +