idlefw/plugins/sapidataplugin/src/sapidata.cpp
branchRCL_3
changeset 27 2c7f27287390
parent 23 ace62b58f4b2
equal deleted inserted replaced
25:9e077f9a342c 27:2c7f27287390
   561 	   // in such case it is assumed that all the items in the widgets
   561 	   // in such case it is assumed that all the items in the widgets
   562 	   // belongs to same publisher, type and id.
   562 	   // belongs to same publisher, type and id.
   563 	   TLiwGenericParam cptype( KType, TLiwVariant( KPubData ) );
   563 	   TLiwGenericParam cptype( KType, TLiwVariant( KPubData ) );
   564 	   inParamList->AppendL( cptype );
   564 	   inParamList->AppendL( cptype );
   565 	   cptype.Reset();
   565 	   cptype.Reset();
   566 	   // use the first item configuration to create the filter
   566 	   filter = CreateFilterLC( KAll(), KAll() );
   567 	   filter = CreateFilterLC( KWidget() );
       
   568 	   }
   567 	   }
   569    else
   568    else
   570 	   {
   569 	   {
   571 	   if ( aObjectId == KMenuItem16 )
   570 	   if ( aObjectId == KMenuItem16 )
   572 		   {
   571 		   {