equal
deleted
inserted
replaced
88 { |
88 { |
89 CNotepadDialogBase::ConstructL(rr); |
89 CNotepadDialogBase::ConstructL(rr); |
90 iAutoFinder = CItemFinder::NewL(); |
90 iAutoFinder = CItemFinder::NewL(); |
91 iFindMenu = CFindItemMenu::NewL( EFindItemMenuPlaceHolder ); |
91 iFindMenu = CFindItemMenu::NewL( EFindItemMenuPlaceHolder ); |
92 iFindMenu->AttachItemFinderMenuL(0); |
92 iFindMenu->AttachItemFinderMenuL(0); |
93 iFindMenu->SetCallSubMenuVisibility( EFalse ); // Click-To-Call |
|
94 iForwardLocked = EFalse; |
93 iForwardLocked = EFalse; |
95 iReturnValue = KErrNone; |
94 iReturnValue = KErrNone; |
96 iFileExist = EFalse; |
95 iFileExist = EFalse; |
97 iAutomaticHlValue = ETrue; |
96 iAutomaticHlValue = ETrue; |
98 iAutomaticHlInitialized = EFalse; |
97 iAutomaticHlInitialized = EFalse; |
114 delete iPeriodicTimer; |
113 delete iPeriodicTimer; |
115 iPeriodicTimer = NULL; |
114 iPeriodicTimer = NULL; |
116 } |
115 } |
117 delete iFilename; |
116 delete iFilename; |
118 delete iSendUi; |
117 delete iSendUi; |
119 TRAP_IGNORE( iAutoFinder->SetItemFinderObserverL( 0 ) ); |
118 iAutoFinder->SetItemFinderObserverL (0); |
120 delete iAutoFinder; |
119 delete iAutoFinder; |
121 delete iFindMenu; |
120 delete iFindMenu; |
122 if( iNotifier ) |
121 if( iNotifier ) |
123 { |
122 { |
124 iNotifier->StopListening(); |
123 iNotifier->StopListening(); |