equal
deleted
inserted
replaced
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() ); |