diff -r ef813d54df51 -r a5a1242fd2e8 calendarui/views/src/calenagendaviewwidget.cpp --- a/calendarui/views/src/calenagendaviewwidget.cpp Wed Aug 18 09:47:38 2010 +0300 +++ b/calendarui/views/src/calenagendaviewwidget.cpp Thu Sep 02 20:25:23 2010 +0300 @@ -1306,16 +1306,12 @@ entry = mInstanceArray[mIndex]; mLeftAllDayIcon = false; - mLocationData = false; if(!entry.isTimedEntry() || CalenAgendaUtils::isAlldayEvent(entry)){ //all day icon is not there if its a timed entry mLeftAllDayIcon = true; } - - if (!entry.location().isEmpty()) { - mLocationData = true ; - } + //check if shift to next entry if(mNextEntry) mIndex++; @@ -1332,13 +1328,4 @@ return mLeftAllDayIcon; } -// ---------------------------------------------------------------------------- -// CalenAgendaViewWidget::isLocationData -// return true if location entry is present -// ---------------------------------------------------------------------------- -// -bool CalenAgendaViewWidget::isLocationData() - { - return mLocationData; - } // End of file --Don't remove this.