[evolution-data-server] UOA: Add service-specific descriptions for E-D-S.



commit d2f6281696627ca4e13a28a917b1f7bd0e9a3bcc
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Jun 22 19:21:28 2013 -0400

    UOA: Add service-specific descriptions for E-D-S.
    
    This causes each service for a provider to be listed separately in the
    Control Center UOA panel, with an independent switch for each service.

 .../evolution-data-server.application.in.in        |   22 +++++++++++++++----
 1 files changed, 17 insertions(+), 5 deletions(-)
---
diff --git a/modules/ubuntu-online-accounts/evolution-data-server.application.in.in 
b/modules/ubuntu-online-accounts/evolution-data-server.application.in.in
index 883c12a..27bc3c9 100644
--- a/modules/ubuntu-online-accounts/evolution-data-server.application.in.in
+++ b/modules/ubuntu-online-accounts/evolution-data-server.application.in.in
@@ -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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]