You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
575 B
14 lines
575 B
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");
|