ipsservices/ipssossettings/src/ipssetuidialog.cpp
changeset 3 a4d6f1ea0416
parent 0 8466d47a6819
child 4 e7aa27f58ae1
equal deleted inserted replaced
2:5253a20d2a1e 3:a4d6f1ea0416
    26 #include <txtrich.h>    // crichtext
    26 #include <txtrich.h>    // crichtext
    27 #include <SendUiConsts.h>
    27 #include <SendUiConsts.h>
    28 #include <StringLoader.h>
    28 #include <StringLoader.h>
    29 #include <AknQueryDialog.h>
    29 #include <AknQueryDialog.h>
    30 #include <layoutmetadata.cdl.h>
    30 #include <layoutmetadata.cdl.h>
       
    31 
       
    32 #include <miut_err.h>
    31 
    33 
    32 #include <featmgr.h>
    34 #include <featmgr.h>
    33 //</cmail>
    35 //</cmail>
    34 
    36 
    35 //<cmail>
    37 //<cmail>
   892     			*dummyFSObserver, 
   894     			*dummyFSObserver, 
   893     			*timer );
   895     			*timer );
   894     	CleanupStack::PushL(op);
   896     	CleanupStack::PushL(op);
   895 
   897 
   896     	wait->StartAndShowWaitDialogL();
   898     	wait->StartAndShowWaitDialogL();
       
   899         TInt status = wait->iStatus.Int();
   897     	CleanupStack::PopAndDestroy(3, mySelection); // op, wait, myselection
   900     	CleanupStack::PopAndDestroy(3, mySelection); // op, wait, myselection
       
   901 
       
   902         // Don't open the folder subscription list if we couldn't log on.
       
   903         if ( status == KErrImapBadLogon )
       
   904             {
       
   905             return EIpsSetUiPageEventResultCancel;
       
   906             }
   898     	}
   907     	}
   899     iDialog.SetIgnoreOneBackKey(EFalse); //<cmail>
   908     iDialog.SetIgnoreOneBackKey(EFalse); //<cmail>
   900     // </cmail>
   909     // </cmail>
   901     
   910     
   902     CIpsSetUiSubscriptionDialog* subDlg =
   911     CIpsSetUiSubscriptionDialog* subDlg =