blob: 08b4ab1affe39d4356f52e3488fbca6e2a9b4e71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: tdecore/kicontheme.cpp
===================================================================
--- tdecore/kicontheme.cpp.orig
+++ tdecore/kicontheme.cpp
@@ -150,6 +150,8 @@ KIconTheme::KIconTheme(const TQString& n
if ( name != "crystalsvg" )
for ( TQStringList::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");
|