photosgallery/collectionframework/plugins/tagcollectionplugin/src/glxcollectionplugintags.cpp
branchRCL_3
changeset 14 2dac0fdba72b
parent 13 bcb43dc84c44
child 21 f9e827349359
equal deleted inserted replaced
13:bcb43dc84c44 14:2dac0fdba72b
   338     switch(aLevel)
   338     switch(aLevel)
   339         {
   339         {
   340         case KGlxCollectionRootLevel:
   340         case KGlxCollectionRootLevel:
   341         case KGlxCollectionTagLevel: 
   341         case KGlxCollectionTagLevel: 
   342             {
   342             {
   343             filterProperties.iMinCount = 1;
       
   344             filterProperties.iSortOrder = EGlxFilterSortOrderAlphabetical;
   343             filterProperties.iSortOrder = EGlxFilterSortOrderAlphabetical;
   345             filterProperties.iItemType = EGlxFilterTag;
   344             filterProperties.iItemType = EGlxFilterTag;
   346 
       
   347             break;
   345             break;
   348             }
   346             }
   349         case KGlxCollectionTagContentsLevel:
   347         case KGlxCollectionTagContentsLevel:
   350 	        {
   348 	        {
   351         	filterProperties.iSortDirection = EGlxFilterSortDirectionDescending;
   349         	filterProperties.iSortDirection = EGlxFilterSortDirectionDescending;