idlehomescreen/xmluirendering/uiengine/src/xnwidgetextensionadapter.cpp
branchRCL_3
changeset 23 7be2816dbabd
parent 19 79311d856354
child 26 1b758917cafc
equal deleted inserted replaced
19:79311d856354 23:7be2816dbabd
   710             }
   710             }
   711         }
   711         }
   712     
   712     
   713     else if( iPopup && aType == KAknSplitInputDisabled )
   713     else if( iPopup && aType == KAknSplitInputDisabled )
   714         {
   714         {
   715         HidePopupL();
   715         TRAP_IGNORE( HidePopupL() );
   716         }
   716         }
   717     }
   717     }
   718 
   718 
   719 //  End of File  
   719 //  End of File