idlehomescreen/xmluirendering/renderingplugins/xnnewstickerfactory/src/xnnewstickercontrol.cpp
equal
deleted
inserted
replaced
152 iAdapter->Stop(); |
152 iAdapter->Stop(); |
153 iCurrentTitleIndex = KErrNotFound; |
153 iCurrentTitleIndex = KErrNotFound; |
154 } |
154 } |
155 |
155 |
156 UpdateTitleL( KNullDesC, aIndex ); |
156 UpdateTitleL( KNullDesC, aIndex ); |
|
157 |
|
158 if( aIndex == iCurrentTitleIndex ) |
|
159 { |
|
160 iCurrentTitleIndex = GetNextTitleWithContent( aIndex ); |
|
161 } |
157 } |
162 } |
158 } |
163 } |
159 |
164 |
160 // ----------------------------------------------------------------------------- |
165 // ----------------------------------------------------------------------------- |
161 // CXnNewstickerControl::CurrentTitleIndex |
166 // CXnNewstickerControl::CurrentTitleIndex |