fep/aknfep/peninputplugins/peninputimepluginitut/src/pluginfepmanagerbase.cpp
branchRCL_3
changeset 18 b1ea1642412e
parent 15 6c2c2d3ab788
equal deleted inserted replaced
16:857bebeecec0 18:b1ea1642412e
   424 // (other items were commented in a header).
   424 // (other items were commented in a header).
   425 // -----------------------------------------------------------------------------
   425 // -----------------------------------------------------------------------------
   426 //
   426 //
   427 void CPluginFepManagerBase::CloseUI()
   427 void CPluginFepManagerBase::CloseUI()
   428     {
   428     {
   429     iPenInputServer->ActivateLayout( EFalse ); 
   429     if (iPenInputServer->IsVisible())
       
   430 	    {
       
   431     	iPenInputServer->ActivateLayout( EFalse ); 
       
   432 		}
   430     }
   433     }
   431 
   434 
   432 // -----------------------------------------------------------------------------
   435 // -----------------------------------------------------------------------------
   433 // CPluginFepManagerBase::ActivateUI
   436 // CPluginFepManagerBase::ActivateUI
   434 // Activate plugin layout UI.
   437 // Activate plugin layout UI.