Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37535815
en ru br
ALT Linux repos
S:5.15.10-alt1

Group :: System/Libraries
RPM: qt5-base

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: alt-decrease-iconloader-fallback-depth.patch
Download


--- a/src/gui/image/qiconloader.cpp
+++ b/src/gui/image/qiconloader.cpp
@@ -457,7 +457,7 @@ QThemeIconInfo QIconLoader::findIconHelp
 
         // If it's possible - find next fallback for the icon
         const int indexOfDash = iconNameFallback.lastIndexOf(QLatin1Char('-'));
-        if (indexOfDash == -1)
+        if (indexOfDash < 9)
             break;
 
         iconNameFallback.truncate(indexOfDash);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin