diff -r 9674c1a575e9 -r b8fae6b8a148 idlehomescreen/xmluirendering/renderingplugins/xnnewstickerfactory/inc/xnnewstickercontrol.h --- a/idlehomescreen/xmluirendering/renderingplugins/xnnewstickerfactory/inc/xnnewstickercontrol.h Mon Mar 15 12:39:47 2010 +0200 +++ b/idlehomescreen/xmluirendering/renderingplugins/xnnewstickerfactory/inc/xnnewstickercontrol.h Wed Mar 31 21:17:19 2010 +0300 @@ -90,7 +90,13 @@ * @return The title of the given index. */ const TDesC& Title(TInt aIndex) const; - + + /** + * Returns last index from iTitleTexts + * Which is not empty string + */ + TInt LastIndexWithContent(); + /** * Delete all titles. */