summaryrefslogtreecommitdiffstats
path: root/gentoo/trinity-base/kdelibs/files/kdelibs-3.5.13.1-OnlyShowIn-TDE.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gentoo/trinity-base/kdelibs/files/kdelibs-3.5.13.1-OnlyShowIn-TDE.patch')
m---------gentoo0
-rw-r--r--gentoo/trinity-base/kdelibs/files/kdelibs-3.5.13.1-OnlyShowIn-TDE.patch26
2 files changed, 0 insertions, 26 deletions
diff --git a/gentoo b/gentoo
new file mode 160000
+Subproject 644110a847c5911c2eb04eb53c93031740561ef
diff --git a/gentoo/trinity-base/kdelibs/files/kdelibs-3.5.13.1-OnlyShowIn-TDE.patch b/gentoo/trinity-base/kdelibs/files/kdelibs-3.5.13.1-OnlyShowIn-TDE.patch
deleted file mode 100644
index 9d9187f8e..000000000
--- a/gentoo/trinity-base/kdelibs/files/kdelibs-3.5.13.1-OnlyShowIn-TDE.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/kinit/autostart.cpp b/kinit/autostart.cpp
-index 48325f2..d4bdb7b 100644
---- a/kinit/autostart.cpp
-+++ b/kinit/autostart.cpp
-@@ -178,7 +178,7 @@ AutoStart::loadAutoStartList()
-
- if (config.hasKey("OnlyShowIn"))
- {
-- if ((!config.readListEntry("OnlyShowIn", ';').contains("TDE")) && (!config.readListEntry("OnlyShowIn", ';').contains("KDE")))
-+ if (!config.readListEntry("OnlyShowIn", ';').contains("TDE"))
- continue;
- }
- if (config.hasKey("NotShowIn"))
-diff --git a/kio/kio/kservicegroup.cpp b/kio/kio/kservicegroup.cpp
-index 6758ca1..18b402b 100644
---- a/kio/kio/kservicegroup.cpp
-+++ b/kio/kio/kservicegroup.cpp
-@@ -84,7 +84,7 @@ KServiceGroup::KServiceGroup( const TQString &configFile, const TQString & _relp
- TQStringList tmpList;
- if (config.hasKey("OnlyShowIn"))
- {
-- if ((!config.readListEntry("OnlyShowIn", ';').contains("TDE")) && (!config.readListEntry("OnlyShowIn", ';').contains("KDE")))
-+ if (!config.readListEntry("OnlyShowIn", ';').contains("TDE"))
- d->m_bNoDisplay = true;
- }
- if (config.hasKey("NotShowIn"))