diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:23 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-11 17:19:23 -0500 |
commit | 8d323d590c780918828ae37788be66f7063eda67 (patch) | |
tree | fd1ada6fa7643d246565870c8cad797ee5c7c154 /kontact/plugins/summary | |
parent | 29ede8faff3fcc97694ef70a7cffa8fbc70c0ca5 (diff) | |
download | tdepim-8d323d590c780918828ae37788be66f7063eda67.tar.gz tdepim-8d323d590c780918828ae37788be66f7063eda67.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
Diffstat (limited to 'kontact/plugins/summary')
-rw-r--r-- | kontact/plugins/summary/kcmkontactsummary.desktop | 2 | ||||
-rw-r--r-- | kontact/plugins/summary/summaryplugin.desktop | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kontact/plugins/summary/kcmkontactsummary.desktop b/kontact/plugins/summary/kcmkontactsummary.desktop index 34787c32d..0e957ebeb 100644 --- a/kontact/plugins/summary/kcmkontactsummary.desktop +++ b/kontact/plugins/summary/kcmkontactsummary.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Icon=kontact_summary Type=Service -ServiceTypes=TDECModule +X-TDE-ServiceTypes=TDECModule X-TDE-ModuleType=Library X-TDE-Library=kontactsummary diff --git a/kontact/plugins/summary/summaryplugin.desktop b/kontact/plugins/summary/summaryplugin.desktop index d8cb9bb98..59a7d31ec 100644 --- a/kontact/plugins/summary/summaryplugin.desktop +++ b/kontact/plugins/summary/summaryplugin.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Type=Service Icon=kontact_summary -ServiceTypes=Kontact/Plugin,KPluginInfo +X-TDE-ServiceTypes=Kontact/Plugin,KPluginInfo X-TDE-Library=libkontact_summaryplugin X-TDE-KontactPluginVersion=6 @@ -86,4 +86,4 @@ Name[uz]=Ҳисобот Name[zh_CN]=概览 Name[zh_TW]=摘要 #Always last -InitialPreference=0 +X-TDE-InitialPreference=0 |