photosgallery/viewframework/commandhandlers/commoncommandhandlers/src/glxcommandhandleraddtocontainer.cpp
branchRCL_3
changeset 14 2dac0fdba72b
parent 9 6b87b143d312
child 15 191387a8b767
equal deleted inserted replaced
13:bcb43dc84c44 14:2dac0fdba72b
   232         case EGlxCmdSingleClickAddTag:
   232         case EGlxCmdSingleClickAddTag:
   233             {
   233             {
   234             enableMultipleSelection = ETrue;
   234             enableMultipleSelection = ETrue;
   235             enablePopup = ETrue;
   235             enablePopup = ETrue;
   236             targetCollection->AppendL(KGlxTagCollectionPluginImplementationUid);
   236             targetCollection->AppendL(KGlxTagCollectionPluginImplementationUid);
   237             filter = TGlxFilterFactory::CreateIncludeEmptyContainersFilterL();
       
   238             CleanupStack::PushL(filter);
       
   239             break;
   237             break;
   240             }
   238             }
   241         }
   239         }
   242                
   240                
   243     CMPXCollectionPath* sourceItems = aMediaList.PathLC( NGlxListDefs::EPathFocusOrSelection );
   241     CMPXCollectionPath* sourceItems = aMediaList.PathLC( NGlxListDefs::EPathFocusOrSelection );