diff options
Diffstat (limited to 'ubuntu-online-accounts/empathy.application')
-rw-r--r-- | ubuntu-online-accounts/empathy.application | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/ubuntu-online-accounts/empathy.application b/ubuntu-online-accounts/empathy.application index f35da9268..598bff8bb 100644 --- a/ubuntu-online-accounts/empathy.application +++ b/ubuntu-online-accounts/empathy.application @@ -1,12 +1,10 @@ <?xml version="1.0" encoding="UTF-8" ?> <application id="empathy"> <description>Empathy</description> - <desktop-entry>empathy.desktop</desktop-entry> - + <desktop-entry>empathy.desktop</desktop-entry> <service-types> - <service-type id="IM"> - <description>Integrate your IM accounts</description> - </service-type> + <service-type id="IM"> + <description>Integrate your IM accounts</description> + </service-type> </service-types> - </application> |