UOA: Add service-specific descriptions for E-D-S.
authorMatthew Barnes <mbarnes@redhat.com>
Sat, 22 Jun 2013 23:21:28 +0000 (19:21 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Sat, 22 Jun 2013 23:22:11 +0000 (19:22 -0400)
This causes each service for a provider to be listed separately in the
Control Center UOA panel, with an independent switch for each service.

modules/ubuntu-online-accounts/evolution-data-server.application.in.in

index 883c12a..27bc3c9 100644 (file)
@@ -3,9 +3,21 @@
   <description>Evolution Data Server</description>
   <desktop-entry>evolution-data-server-uoa.desktop</desktop-entry>
   <translations>@GETTEXT_PACKAGE@</translations>
-  <service-types>
-    <service-type id="mail"/>
-    <service-type id="calendar"/>
-    <service-type id="contacts"/>
-  </service-types>
+  <services>
+    <service id="google-gmail">
+      <_description>Access your GMail</_description>
+    </service>
+    <service id="google-calendar">
+      <_description>Access your Google Calendar</_description>
+    </service>
+    <service id="google-contacts">
+      <_description>Access your Google Contacts</_description>
+    </service>
+    <service id="yahoo-mail">
+      <_description>Access your Yahoo! Mail</_description>
+    </service>
+    <service id="yahoo-calendar">
+      <_description>Access your Yahoo! Calendar</_description>
+    </service>
+  </services>
 </application>