equal
deleted
inserted
replaced
3390 |
3390 |
3391 // New icon below g1. |
3391 // New icon below g1. |
3392 formattedCellData->SetStretchableGraphicSubCellL( |
3392 formattedCellData->SetStretchableGraphicSubCellL( |
3393 5, |
3393 5, |
3394 AknLayoutScalable_Avkon::list_double_graphic_pane_g4( 0 ) , |
3394 AknLayoutScalable_Avkon::list_double_graphic_pane_g4( 0 ) , |
3395 AknLayoutScalable_Avkon::list_double_graphic_pane_vc_g4( 0 ) ); |
3395 // darios: list_double_graphic_pane_vc_g4 is not defined |
|
3396 //AknLayoutScalable_Avkon::list_double_graphic_pane_vc_g4( 0 ) ); |
|
3397 AknLayoutScalable_Avkon::list_double_graphic_pane_g4( 0 ) ); |
3396 |
3398 |
3397 |
3399 |
3398 // On default new cell is always drawn but this cell should NOT be drawn! |
3400 // On default new cell is always drawn but this cell should NOT be drawn! |
3399 formattedCellData->SetNotAlwaysDrawnSubCellL( 5, ETrue ); |
3401 formattedCellData->SetNotAlwaysDrawnSubCellL( 5, ETrue ); |
3400 |
3402 |