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:
parent
9fe388cf70
commit
625c395dcf
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue