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 | c31057da306afcc30cb7b4b03206cc43c2b7c6b6 (patch) | |
tree | 16d534a7afbd5e57e29fabb4bab2eeb7f3866a89 /kopete/plugins/motionautoaway | |
parent | 096cbbcfcae860708e109fc10fa8edc6730c8fa4 (diff) | |
download | tdenetwork-c31057da306afcc30cb7b4b03206cc43c2b7c6b6.tar.gz tdenetwork-c31057da306afcc30cb7b4b03206cc43c2b7c6b6.zip |
Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications
Diffstat (limited to 'kopete/plugins/motionautoaway')
-rw-r--r-- | kopete/plugins/motionautoaway/kopete_motionaway.desktop | 2 | ||||
-rw-r--r-- | kopete/plugins/motionautoaway/kopete_motionaway_config.desktop | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kopete/plugins/motionautoaway/kopete_motionaway.desktop b/kopete/plugins/motionautoaway/kopete_motionaway.desktop index 8ed37316..09c5f68e 100644 --- a/kopete/plugins/motionautoaway/kopete_motionaway.desktop +++ b/kopete/plugins/motionautoaway/kopete_motionaway.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Type=Service X-Kopete-Version=1000900 -ServiceTypes=Kopete/Plugin +X-TDE-ServiceTypes=Kopete/Plugin X-TDE-Library=kopete_motionaway X-TDE-PluginInfo-Author=Duncan Mac-Vicar Prett X-TDE-PluginInfo-Email=duncan@kde.org diff --git a/kopete/plugins/motionautoaway/kopete_motionaway_config.desktop b/kopete/plugins/motionautoaway/kopete_motionaway_config.desktop index 2f1ae265..cf36f516 100644 --- a/kopete/plugins/motionautoaway/kopete_motionaway_config.desktop +++ b/kopete/plugins/motionautoaway/kopete_motionaway_config.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Type=Service -ServiceTypes=TDECModule +X-TDE-ServiceTypes=TDECModule X-TDE-ModuleType=Library X-TDE-Library=kopete_motionaway |