summaryrefslogtreecommitdiffstats
path: root/redhat/main/tdenetwork/tdenetwork-14.0.0.spec
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/main/tdenetwork/tdenetwork-14.0.0.spec')
-rw-r--r--redhat/main/tdenetwork/tdenetwork-14.0.0.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/redhat/main/tdenetwork/tdenetwork-14.0.0.spec b/redhat/main/tdenetwork/tdenetwork-14.0.0.spec
index 18a920e27..4115e33b2 100644
--- a/redhat/main/tdenetwork/tdenetwork-14.0.0.spec
+++ b/redhat/main/tdenetwork/tdenetwork-14.0.0.spec
@@ -1286,9 +1286,9 @@ EOF
# Icons from TDE Control Center should only be displayed in TDE
for i in %{?buildroot}%{tde_tdeappdir}/*.desktop ; do
- if grep -q "^Categories=.*X-KDE-settings" "${i}"; then
- if ! grep -q "OnlyShowIn=KDE" "${i}" ; then
- echo "OnlyShowIn=KDE;" >>"${i}"
+ if grep -q "^Categories=.*X-TDE-settings" "${i}"; then
+ if ! grep -q "OnlyShowIn=TDE" "${i}" ; then
+ echo "OnlyShowIn=TDE;" >>"${i}"
fi
fi
done