summaryrefslogtreecommitdiffstats
path: root/opensuse/tdelibs/integrate-global-pixmaps-new.diff
blob: 2d3a831b73192072dc777f57f2703b166c133424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: kdecore/kicontheme.cpp
===================================================================
--- kdecore/kicontheme.cpp.orig
+++ kdecore/kicontheme.cpp
@@ -150,6 +150,8 @@ KIconTheme::KIconTheme(const QString& na
     if ( name != "crystalsvg" )
       for ( QStringList::Iterator it = mInherits.begin(); it != mInherits.end(); ++it )
          if ( *it == "default" || *it == "hicolor" ) *it="crystalsvg";
+    if ( name == "hicolor" )
+	mInherits = "crystalsuse";
 
     d->hidden = cfg.readBoolEntry("Hidden", false);
     d->example = cfg.readPathEntry("Example");