diff -r fc7b30ed2058 -r 05bc53fe583b connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/EasyWpaDlgNotif.cpp --- a/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/EasyWpaDlgNotif.cpp Thu Aug 19 10:18:49 2010 +0300 +++ b/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/EasyWpaDlgNotif.cpp Tue Aug 31 15:35:44 2010 +0300 @@ -21,7 +21,7 @@ #include "WepWpaQueryDlg.h" #include "ConnUiUtilsNotif.h" -#include +#include #include @@ -48,13 +48,6 @@ TInt aReplySlot, const RMessagePtr2& aMessage ) { - if ( ScreenSaverOn() || AutolockOn() ) - { - // Screen saver or Autolock is active. Cancel the dialog. - aMessage.Complete( KErrCancel ); - return; - } - iReplySlot = aReplySlot; iMessage = aMessage; iCancelled = EFalse;