summaryrefslogtreecommitdiffstats
path: root/gentoo/trinity-base/kdesktop/files/kdesktop-3.5.13.1-onlyshowin-tde.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gentoo/trinity-base/kdesktop/files/kdesktop-3.5.13.1-onlyshowin-tde.patch')
-rw-r--r--gentoo/trinity-base/kdesktop/files/kdesktop-3.5.13.1-onlyshowin-tde.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/gentoo/trinity-base/kdesktop/files/kdesktop-3.5.13.1-onlyshowin-tde.patch b/gentoo/trinity-base/kdesktop/files/kdesktop-3.5.13.1-onlyshowin-tde.patch
new file mode 100644
index 000000000..ff73afdea
--- /dev/null
+++ b/gentoo/trinity-base/kdesktop/files/kdesktop-3.5.13.1-onlyshowin-tde.patch
@@ -0,0 +1,19 @@
+diff --git a/kdesktop/kdiconview.cc b/kdesktop/kdiconview.cc
+index 0997069..bdbaaa7 100644
+--- a/kdesktop/kdiconview.cc
++++ b/kdesktop/kdiconview.cc
+@@ -1009,12 +1009,12 @@ bool KDIconView::makeFriendlyText( KFileIVI *fileIVI )
+ TQStringList tmpList;
+ if (cfg.hasKey("OnlyShowIn"))
+ {
+- if (!cfg.readListEntry("OnlyShowIn", ';').contains("KDE"))
++ if (!cfg.readListEntry("OnlyShowIn", ';').contains("TDE"))
+ return false;
+ }
+ if (cfg.hasKey("NotShowIn"))
+ {
+- if (cfg.readListEntry("NotShowIn", ';').contains("KDE"))
++ if (cfg.readListEntry("NotShowIn", ';').contains("TDE"))
+ return false;
+ }
+ if (cfg.hasKey("TryExec"))