fep/aknfep/peninputplugins/peninputimeplugingeneric/src/pluginfepmanagerbase.cpp
branchRCL_3
changeset 13 1bbdde98cc2d
parent 12 5e18d8c489d6
child 18 b1ea1642412e
equal deleted inserted replaced
12:5e18d8c489d6 13:1bbdde98cc2d
   364 // (other items were commented in a header).
   364 // (other items were commented in a header).
   365 // -----------------------------------------------------------------------------
   365 // -----------------------------------------------------------------------------
   366 //
   366 //
   367 void CPluginFepManagerBase::ActivateUI()
   367 void CPluginFepManagerBase::ActivateUI()
   368     {
   368     {
   369     iPenInputServer->ActivateLayout( ETrue );    
   369     if(iPenInputServer)
       
   370         {
       
   371         iPenInputServer->ActivateLayout( ETrue ); 
       
   372         }    
   370     }
   373     }
   371 
   374 
   372 // -----------------------------------------------------------------------------
   375 // -----------------------------------------------------------------------------
   373 // CPluginFepManagerBase::EditorMaxLength
   376 // CPluginFepManagerBase::EditorMaxLength
   374 // Get max text length of layout UI ICF control.
   377 // Get max text length of layout UI ICF control.