diff -r 313976a11e23 -r 0cfa53de576f controlpanelplugins/themeplugin/src/cpthemelistmodel.cpp --- a/controlpanelplugins/themeplugin/src/cpthemelistmodel.cpp Thu Aug 05 11:28:29 2010 +0800 +++ b/controlpanelplugins/themeplugin/src/cpthemelistmodel.cpp Tue Aug 24 10:56:32 2010 +0800 @@ -53,14 +53,7 @@ connect(mFileWatcher, SIGNAL(directoryChanged(QString)), this, SLOT(themeListChanged())); - - // data for the list which appears after the themes: - CpThemeInfo fetchFromStore; - fetchFromStore.setName(hbTrId("txt_cp_list_get_more_tones")); - fetchFromStore.setItemType(CpThemeInfo::ThemeListItemType_URL); - fetchFromStore.setItemData(QString("http://lr.ovi.mobi/store/themes")); - fetchFromStore.setIcon(HbIcon("qtg_large_ovistore")); - mBottomThemeList.append(fetchFromStore); + } /* @@ -113,19 +106,7 @@ case Qt::DisplayRole: retVal = list->at(row).name(); break; -#ifdef CP_THEME_PREVIEW_DEFINED - case Qt::DecorationRole: - retVal = list->at(row).icon(); - break; - case PortraitPreviewRole: - retVal = list->at(row).portraitPreviewIcon(); - break; - - case LandscapePreviewRole: - retVal = list->at(row).landscapePreviewIcon(); - break; -#endif case Qt::SizeHintRole: retVal = list->at(row).icon().size(); break;