this string already exists, svgzName.

svn path=/trunk/KDE/kdelibs/; revision=1183475
This commit is contained in:
Aaron J. Seigo 2010-10-07 13:51:31 +00:00
parent 14e2cdd885
commit 298921962f

View File

@ -666,7 +666,7 @@ QString Theme::imagePath(const QString &name) const
}
// try a compressed svg file in the fallback theme
path = d->findInTheme(svgName % QLatin1Char('z'), d->fallbackThemes[i]);
path = d->findInTheme(svgzName, d->fallbackThemes[i]);
if (path.isEmpty()) {
// try an uncompressed svg file in the fallback theme