Branch: master

7cd518e9 2014-11-11 10:49:31 François Andriot
RPM packaging: update tdenetwork
M redhat/main/tdenetwork/tdenetwork-14.0.0.spec
diff --git a/redhat/main/tdenetwork/tdenetwork-14.0.0.spec b/redhat/main/tdenetwork/tdenetwork-14.0.0.spec
index 18a920e..4115e33 100644
--- a/redhat/main/tdenetwork/tdenetwork-14.0.0.spec
+++ b/redhat/main/tdenetwork/tdenetwork-14.0.0.spec
@@ -1286,9 +1286,9 @@
 
 # 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