this string already exists, svgzName.
svn path=/trunk/KDE/kdelibs/; revision=1183475
This commit is contained in:
parent
14e2cdd885
commit
298921962f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user