summaryrefslogtreecommitdiffstats
path: root/opensuse/core/tdelibs/integrate-global-pixmaps-10.1.diff
blob: 9b73c4f2c77077d5eeab73daa7c8c7489dabb53a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Index: pics/crystalsvg/index.theme
===================================================================
--- pics/crystalsvg/index.theme	(Revision 505161)
+++ pics/crystalsvg/index.theme	(Arbeitskopie)
@@ -99,7 +99,7 @@
 Comment[zh_TW]=由 Everaldo.com Design Studio 所提供的圖示主題
 DisplayDepth=32
 
-Inherits=hicolor
+Inherits=suseadds,hicolor
 
 Example=folder
 LinkOverlay=link_overlay
Index: tdecore/kicontheme.cpp
===================================================================
--- tdecore/kicontheme.cpp	(Revision 458165)
+++ tdecore/kicontheme.cpp	(Arbeitskopie)
@@ -150,6 +150,8 @@
     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");