diff -r d7fc66ccd6fb -r e44a8c097b15 phoneclientserver/phoneclient/Src/UssdWrapper/CPhCltUssdNoteController.cpp --- a/phoneclientserver/phoneclient/Src/UssdWrapper/CPhCltUssdNoteController.cpp Mon May 03 13:01:45 2010 +0300 +++ b/phoneclientserver/phoneclient/Src/UssdWrapper/CPhCltUssdNoteController.cpp Fri May 14 16:24:46 2010 +0300 @@ -28,8 +28,6 @@ _LIT(KFilename, "phcltsrvussd.ts"); _LIT(KPath, "z://data"); _LIT(KUssdRequesting, "txt_common_info_requesting"); // Requesting -// Will be replaced by Hidden -_LIT(KUssdRequestingQuit, "txt_ussd_button_exit"); // Quit _LIT(KUssdDone, "txt_ussd_dpopinfo_done"); // Done _LIT(KUssdNotDone, "txt_ussd_dpopinfo_not_done"); // NotDone _LIT(KUssdNotAllowed, "txt_ussd_dpopinfo_not_allowed"); //NotAllowed @@ -195,7 +193,7 @@ TFLOGSTRING("CPhCltUssdNoteController: DestroyGlobalWaitNote call") if ( iGlobalWaitNote ) { - iGlobalWaitNote->Cancel(); + iGlobalWaitNote->Close(); delete iGlobalWaitNote; iGlobalWaitNote = NULL; delete iGlobalResource;