calendarui/settings/settingsui/src/CalenFileListSettingItem.cpp
branchRCL_3
changeset 20 21239b3bcd78
parent 13 0f07cd1b5772
child 36 9c5b1510919f
equal deleted inserted replaced
19:1984aceb8774 20:21239b3bcd78
   291             }
   291             }
   292         }
   292         }
   293     // Make sure that iOffToneFile is passed, in case iToneFile happens to be KNullDesC
   293     // Make sure that iOffToneFile is passed, in case iToneFile happens to be KNullDesC
   294     ASSERT(!IsEmpty(iToneFile));
   294     ASSERT(!IsEmpty(iToneFile));
   295     
   295     
   296     TBool ok = !list->ShowMediaFileListL(&iToneFile, &nullItem,
   296     TBool ok = list->ShowMediaFileListL(&iToneFile, &nullItem,
   297                 NULL, NULL );
   297                 NULL, NULL );
   298     
   298     
   299     
   299     
   300     CleanupStack::PopAndDestroy(list);    
   300     CleanupStack::PopAndDestroy(list);    
   301 #endif
   301 #endif