equal
deleted
inserted
replaced
121 |
121 |
122 // Shows "No missed calls" in this case |
122 // Shows "No missed calls" in this case |
123 MakeEmptyTextListBoxL( iListBox, EmptyListboxResourceL() ); |
123 MakeEmptyTextListBoxL( iListBox, EmptyListboxResourceL() ); |
124 iListBox->Model()->SetItemTextArray( iAdapter ); |
124 iListBox->Model()->SetItemTextArray( iAdapter ); |
125 |
125 |
|
126 // Fetch data for extension |
|
127 if( iView->CurrentModel()->Count() > 0 ) |
|
128 { |
|
129 iControlExtension->HandleAdditionalData( |
|
130 *( iView->CurrentModel() ), |
|
131 *iListBox ); |
|
132 } |
|
133 |
126 MakeScrollArrowsL( iListBox ); |
134 MakeScrollArrowsL( iListBox ); |
127 |
135 |
128 //Create recent list view tab group (Logs.rss) |
136 //Create recent list view tab group (Logs.rss) |
129 CAknNavigationDecorator* naviTabGroup = NavigationTabGroupL( R_STM_NAVI_PANE_TAB_GROUP, |
137 CAknNavigationDecorator* naviTabGroup = NavigationTabGroupL( R_STM_NAVI_PANE_TAB_GROUP, |
130 CLogsNaviDecoratorWrapper::InstanceL() ); |
138 CLogsNaviDecoratorWrapper::InstanceL() ); |