diff -r e45c3f40ea5f -r 4530440261a8 browserui/browser/FavouritesInc/BrowserBookmarksView.h --- a/browserui/browser/FavouritesInc/BrowserBookmarksView.h Fri Jul 03 15:46:41 2009 +0100 +++ b/browserui/browser/FavouritesInc/BrowserBookmarksView.h Thu Aug 27 07:42:55 2009 +0300 @@ -271,7 +271,7 @@ * @param aFolder Folder which contains the items. * @return List of items. Pushed on the cleanup stack. */ - virtual CFavouritesItemList* GetItemsLC( TInt aFolder ); + virtual CFavouritesItemList* GetItemsL( TInt aFolder ); /** * Some displayed data has changed (Favourites database, AP-s, etc). @@ -545,6 +545,9 @@ // Re-Entry Gate flag for Delete Bookmark routine TBool iHandleDeleteInProgress; + // updates the softkey + TBool iSoftKeyUpdate; + }; #endif