equal
deleted
inserted
replaced
537 current = static_cast<CAknRadioButtonSettingPage*>( |
537 current = static_cast<CAknRadioButtonSettingPage*>( |
538 aSettingPage)->ListBoxControl()->CurrentItemIndex(); |
538 aSettingPage)->ListBoxControl()->CurrentItemIndex(); |
539 // If images is selected, start MGFetch. |
539 // If images is selected, start MGFetch. |
540 if ( current != KPslnSlideSetRandomIndex ) |
540 if ( current != KPslnSlideSetRandomIndex ) |
541 { |
541 { |
|
542 aSettingPage->MakeVisible( EFalse ); |
542 HandleLaunchMGFetchL(); |
543 HandleLaunchMGFetchL(); |
543 } |
544 } |
544 else |
545 else |
545 { |
546 { |
546 iModel->SetSlideSetType( iType, current ); |
547 iModel->SetSlideSetType( iType, current ); |