connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/EasyWepDlgNotif.cpp
branchRCL_3
changeset 57 05bc53fe583b
parent 26 0a9e01492035
child 58 83ca720e2b9a
--- a/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/EasyWepDlgNotif.cpp	Thu Aug 19 10:18:49 2010 +0300
+++ b/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/EasyWepDlgNotif.cpp	Tue Aug 31 15:35:44 2010 +0300
@@ -21,7 +21,7 @@
 #include "WepWpaQueryDlg.h"
 #include "ConnUiUtilsNotif.h"
 
-#include <ConnUiUtilsNotif.rsg>
+#include <connuiutilsnotif.rsg>
 #include <StringLoader.h>
 #include <featmgr.h>
 
@@ -49,13 +49,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;