diff -r a5692c68d772 -r 593f946f4fec controlpanelplugins/themeplugin/src/cpthemepluginentryitemdata.cpp --- a/controlpanelplugins/themeplugin/src/cpthemepluginentryitemdata.cpp Fri Jun 25 17:12:20 2010 +0800 +++ b/controlpanelplugins/themeplugin/src/cpthemepluginentryitemdata.cpp Wed Sep 29 10:09:58 2010 +0800 @@ -47,8 +47,7 @@ //Create a CpThemeControl. the themeControl takes care of displaying the themes //and letting user select a theme and apply a theme change. mThemeControl = new CpThemeControl(); - - setEntryItemIcon(mThemeControl->currentThemeIcon()); + setDescription(mThemeControl->currentThemeName()); //connect to signal to update the current theme name and icon whenever the theme changes. @@ -71,7 +70,7 @@ */ void CpThemePluginEntryItemData::themeUpdated(const QString& themeName, const HbIcon& icon) { - setEntryItemIcon(icon); + Q_UNUSED(icon); setDescription(themeName); }