equal
deleted
inserted
replaced
1656 |
1656 |
1657 CleanupStack::Pop( icons ); |
1657 CleanupStack::Pop( icons ); |
1658 CleanupStack::PopAndDestroy( &cmIds ); |
1658 CleanupStack::PopAndDestroy( &cmIds ); |
1659 |
1659 |
1660 iCmManager->CommitTransactionL( KErrNone ); |
1660 iCmManager->CommitTransactionL( KErrNone ); |
1661 |
1661 |
|
1662 // Fix for the added IAP not showing in the list. |
|
1663 iListbox->HandleItemAdditionL(); |
|
1664 |
1662 iListbox->DrawNow(); |
1665 iListbox->DrawNow(); |
1663 iListbox->UpdateScrollBarsL(); |
1666 iListbox->UpdateScrollBarsL(); |
1664 |
1667 |
1665 TInt count = iListbox->Model()->NumberOfItems(); |
1668 TInt count = iListbox->Model()->NumberOfItems(); |
1666 if ( count ) |
1669 if ( count ) |