XDMSettingsUI/src/XDMPlugin.cpp
branchRCL_3
changeset 19 10246e066a50
parent 18 52d91a16fec3
equal deleted inserted replaced
18:52d91a16fec3 19:10246e066a50
   406             {
   406             {
   407             aMenuPane->SetItemDimmed(EGSXDMPluginCmdNewExisting, ETrue);
   407             aMenuPane->SetItemDimmed(EGSXDMPluginCmdNewExisting, ETrue);
   408             }
   408             }
   409         }
   409         }
   410     
   410     
   411     if ( iSettingListContainer )
   411     if ( iSettingListContainer && !iMainListContainer->IsListEmpty() )
   412         {
   412         {
   413         TBool inUse( EFalse );
   413         TBool inUse( EFalse );
   414         HBufC* currentSetName = iMainListContainer->GetCurrentSetNameLC();
   414         HBufC* currentSetName = iMainListContainer->GetCurrentSetNameLC();
   415         TBuf<KMaxNameLength> setName;
   415         TBuf<KMaxNameLength> setName;
   416         setName.Copy( currentSetName->Des() );
   416         setName.Copy( currentSetName->Des() );