controlpanelplugins/themeplugin/src/cpthemepluginentryitemdata.cpp
changeset 41 ab0490982943
parent 12 624337f114fe
--- a/controlpanelplugins/themeplugin/src/cpthemepluginentryitemdata.cpp	Thu Sep 02 17:11:27 2010 +0800
+++ b/controlpanelplugins/themeplugin/src/cpthemepluginentryitemdata.cpp	Thu Sep 30 16:15:53 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);
 }