diff -r 5aa7c7ec6b8e -r 3487b2ea501a controlpanelplugins/themeplugin/src/cpthemepluginentryitemdata.cpp --- a/controlpanelplugins/themeplugin/src/cpthemepluginentryitemdata.cpp Fri Sep 17 08:29:50 2010 +0300 +++ b/controlpanelplugins/themeplugin/src/cpthemepluginentryitemdata.cpp Mon Oct 04 00:18:12 2010 +0300 @@ -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); }