equal
deleted
inserted
replaced
1247 //service moved to top of the bookmark list. We can set firstboot value to false |
1247 //service moved to top of the bookmark list. We can set firstboot value to false |
1248 // so now we can set firstboot value to false. |
1248 // so now we can set firstboot value to false. |
1249 CRepository* repository = CRepository::NewLC( KCRUidBrowser ); |
1249 CRepository* repository = CRepository::NewLC( KCRUidBrowser ); |
1250 User::LeaveIfError( repository->Set(KBrowserFirstBoot, EFalse) ); |
1250 User::LeaveIfError( repository->Set(KBrowserFirstBoot, EFalse) ); |
1251 CleanupStack::PopAndDestroy( repository ); |
1251 CleanupStack::PopAndDestroy( repository ); |
|
1252 |
|
1253 // Set Search item to italics font |
|
1254 iContainer->Listbox()->ItalicizeRowItemL(0); |
1252 } |
1255 } |
1253 |
1256 |
1254 CleanupStack::Pop(); // items: passing ownership to listbox. |
1257 CleanupStack::Pop(); // items: passing ownership to listbox. |
1255 iContainer->Listbox()->SetDataL |
1258 iContainer->Listbox()->SetDataL |
1256 ( items, /*ApiProvider().CommsModel(),*/ aKeepState ); |
1259 ( items, /*ApiProvider().CommsModel(),*/ aKeepState ); |