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
574 B
14 lines
574 B
13 years ago
|
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");
|