revert last change; we always care when the theme changes on us

svn path=/trunk/KDE/kdelibs/; revision=972836
This commit is contained in:
Aaron J. Seigo 2009-05-25 19:59:53 +00:00
parent 9c3ebb58a9
commit 7e4ca0dd7b

View File

@ -367,11 +367,6 @@ class SvgPrivate
void themeChanged()
{
//if we're displaying another theme we don't care if the default one changed
if (theme != Plasma::Theme::defaultTheme()) {
return;
}
// check if new theme svg wants colorscheme applied
bool wasApplyColors = applyColors;
checkApplyColorHint();