From kde-commits Thu Aug 28 23:16:19 2003 From: Antonio Larrosa Jimenez Date: Thu, 28 Aug 2003 23:16:19 +0000 To: kde-commits Subject: kdebase/kcontrol/icons X-MARC-Message: https://marc.info/?l=kde-commits&m=106211261104373 CVS commit by antlarr: Sorry, I marked this bug report as WORKSFORME, but later found that it was wrong indeed. So this is the fix for #50592. It seems this have been there since the control center was reorganized and the icon theme and effects tabs were put together M +0 -11 iconthemes.cpp 1.36 --- kdebase/kcontrol/icons/iconthemes.cpp #1.35:1.36 @@ -379,15 +379,4 @@ void IconThemesConfig::save() config->writeEntry("Theme", m_themeNames[selected->text(0)]); - KIconTheme icontheme(m_themeNames[selected->text(0)]); - - const char * const groups[] = { "Desktop", "Toolbar", "MainToolbar", "Small", 0L }; - - for (KIcon::Group i=KIcon::FirstGroup; isetGroup(QString::fromLatin1(groups[i]) + "Icons"); - config->writeEntry("Size", icontheme.defaultSize(i)); - } delete config;