equal
deleted
inserted
replaced
4654 if(enabletoolbarext) |
4654 if(enabletoolbarext) |
4655 { |
4655 { |
4656 //Enable the insert toolbar |
4656 //Enable the insert toolbar |
4657 if( iFixedToolbar ) |
4657 if( iFixedToolbar ) |
4658 { |
4658 { |
4659 iFixedToolbar->SetItemDimmed( EUniCmdFixedToolbarInsert, EFalse, ETrue ); |
4659 iFixedToolbar->SetItemDimmed( EUniCmdFixedToolbarInsert, EFalse, ETrue ); |
|
4660 HandleResourceChangeL(KEikDynamicLayoutVariantSwitch); |
4660 } |
4661 } |
4661 } |
4662 } |
4662 |
4663 |
4663 } |
4664 } |
4664 |
4665 |
4722 if(enabletoolbarext) |
4723 if(enabletoolbarext) |
4723 { |
4724 { |
4724 //Enable the insert toolbar |
4725 //Enable the insert toolbar |
4725 if( iFixedToolbar ) |
4726 if( iFixedToolbar ) |
4726 { |
4727 { |
4727 iFixedToolbar->SetItemDimmed( EUniCmdFixedToolbarInsert, EFalse, ETrue ); |
4728 iFixedToolbar->SetItemDimmed( EUniCmdFixedToolbarInsert, EFalse, ETrue ); |
|
4729 HandleResourceChangeL(KEikDynamicLayoutVariantSwitch); |
4728 } |
4730 } |
4729 } |
4731 } |
4730 |
4732 |
4731 } |
4733 } |
4732 |
4734 |
4789 if(enabletoolbarext) |
4791 if(enabletoolbarext) |
4790 { |
4792 { |
4791 //Enable the insert toolbar |
4793 //Enable the insert toolbar |
4792 if( iFixedToolbar ) |
4794 if( iFixedToolbar ) |
4793 { |
4795 { |
4794 iFixedToolbar->SetItemDimmed( EUniCmdFixedToolbarInsert, EFalse, ETrue ); |
4796 iFixedToolbar->SetItemDimmed( EUniCmdFixedToolbarInsert, EFalse, ETrue ); |
|
4797 HandleResourceChangeL(KEikDynamicLayoutVariantSwitch); |
4795 } |
4798 } |
4796 } |
4799 } |
4797 |
4800 |
4798 } |
4801 } |
4799 |
4802 |