1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-22 14:10:34 +00:00

fix a minor bug with the 3rd party Qt icon loader. <http://code.google.com/p/qticonloader/issues/detail?id=5>

This commit is contained in:
Charles Kerr 2009-05-16 15:02:40 +00:00
parent 9fe388cf70
commit 625c395dcf

View file

@ -260,7 +260,7 @@ QIconTheme QtIconLoaderImplementation::parseIndexFile(const QString &themeName)
} }
// Parent themes provide fallbacks for missing icons // Parent themes provide fallbacks for missing icons
parents = indexReader.value(QLatin1String("Icon Theme/Inherits")).toString().split(QLatin1Char(',')); parents = indexReader.value(QLatin1String("Icon Theme/Inherits")).toStringList();
} }
if (kdeVersion() >= 3) { if (kdeVersion() >= 3) {