equal
deleted
inserted
replaced
337 if((aControlId == EFeedsEditDialogUrlId) || |
337 if((aControlId == EFeedsEditDialogUrlId) || |
338 (aControlId == EFeedsEditDialogNameId)) |
338 (aControlId == EFeedsEditDialogNameId)) |
339 { |
339 { |
340 // make the 'Change' button invisible |
340 // make the 'Change' button invisible |
341 cba.MakeCommandVisible(EAknSoftkeyChange, EFalse); |
341 cba.MakeCommandVisible(EAknSoftkeyChange, EFalse); |
|
342 CEikEdwin* edwin = NULL; |
|
343 edwin = static_cast<CEikEdwin*>(ControlOrNull(EFeedsEditDialogUrlId)); |
|
344 if(edwin) |
|
345 edwin->SetAknEditorFlags(EAknEditorFlagNoT9); |
342 } |
346 } |
343 else if(aControlId == EFeedsEditAutomaticUpdatingId) |
347 else if(aControlId == EFeedsEditAutomaticUpdatingId) |
344 { |
348 { |
345 // make the 'Change' Button visible |
349 // make the 'Change' Button visible |
346 cba.MakeCommandVisible(EAknSoftkeyChange, ETrue); |
350 cba.MakeCommandVisible(EAknSoftkeyChange, ETrue); |