idlehomescreen/xmluirendering/uiengine/src/xnwidgetextensionadapter.cpp
changeset 2 08c6ee43b396
parent 0 f72a12da539e
child 5 c743ef5928ba
equal deleted inserted replaced
1:5315654608de 2:08c6ee43b396
   264                     {
   264                     {
   265                     // tap was neither in popup nor in its parent -
   265                     // tap was neither in popup nor in its parent -
   266                     // we can close it
   266                     // we can close it
   267                     if ( aPointerEvent.iType == TPointerEvent::EButton1Down )
   267                     if ( aPointerEvent.iType == TPointerEvent::EButton1Down )
   268                         {
   268                         {
   269                         CXnDomStringPool& sp =
   269                         CXnDomStringPool* sp =
   270                             iNode.Node().DomNode()->StringPool();
   270                             iNode.Node().DomNode()->StringPool();
   271                         CXnProperty* prop = CXnProperty::NewL( KDisplay, KNone,
   271                         CXnProperty* prop = CXnProperty::NewL( KDisplay, KNone,
   272                         CXnDomPropertyValue::EString, sp );
   272                         CXnDomPropertyValue::EString, *sp );
   273                         CleanupStack::PushL( prop );
   273                         CleanupStack::PushL( prop );
   274                         iNode.Node().SetPropertyL( prop );
   274                         iNode.Node().SetPropertyL( prop );
   275                         CleanupStack::Pop( prop );
   275                         CleanupStack::Pop( prop );
   276                         return;
   276                         return;
   277                         }
   277                         }