diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-07-26 20:42:19 +0800 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-07-30 14:56:45 +0800 |
commit | 8a684ae6d355e2e266333fb69cd1828d1b9befe0 (patch) | |
tree | b98fffe0c15710218604b29ed9983d5b71558da5 /ubuntu-online-accounts | |
parent | d4f586e48a04d1b0cf1346c42cba944bfd28a25f (diff) | |
download | gsoc2013-empathy-8a684ae6d355e2e266333fb69cd1828d1b9befe0.tar.gz gsoc2013-empathy-8a684ae6d355e2e266333fb69cd1828d1b9befe0.tar.zst gsoc2013-empathy-8a684ae6d355e2e266333fb69cd1828d1b9befe0.zip |
UOA: fix empathy.application XML indentation
https://bugzilla.gnome.org/show_bug.cgi?id=680449
Diffstat (limited to 'ubuntu-online-accounts')
-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> |