browserui/browser/BrowserAppSrc/BrowserGotoPane.cpp
branchRCL_3
changeset 40 3154c14a33db
parent 39 08ffbd51e3fd
child 41 aead3f7e1bb0
equal deleted inserted replaced
39:08ffbd51e3fd 40:3154c14a33db
   622         {
   622         {
   623         // pointer outside of control
   623         // pointer outside of control
   624         if ( iFindKeywordMode )
   624         if ( iFindKeywordMode )
   625             {
   625             {
   626             CBrowserAppUi::Static()->ActiveView()->HandleCommandL(EWmlCmdFindKeywordPaneClose);
   626             CBrowserAppUi::Static()->ActiveView()->HandleCommandL(EWmlCmdFindKeywordPaneClose);
       
   627             ResetPrevText();
   627             }
   628             }
   628         else
   629         else
   629             {
   630             {
   630             CBrowserAppUi::Static()->ActiveView()->HandleCommandL(EWmlCmdGotoPaneCancel);
   631             CBrowserAppUi::Static()->ActiveView()->HandleCommandL(EWmlCmdGotoPaneCancel);
   631             }
   632             }
  1376             iEditor->SetCharFormatLayer(charFormatLayerUpright);
  1377             iEditor->SetCharFormatLayer(charFormatLayerUpright);
  1377             }
  1378             }
  1378         }
  1379         }
  1379    }
  1380    }
  1380 
  1381 
       
  1382 void CBrowserGotoPane::ResetPrevText()
       
  1383     {
       
  1384     iPrevKeyword->Des().SetLength(0);
       
  1385     }
  1381 
  1386 
  1382 //  END OF FILE
  1387 //  END OF FILE