[gnome-contacts] types: change Personal by Home



commit 2b3c2432e9395be9a225f414aca4059a43d65cb1
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Thu Apr 23 12:25:34 2015 -0400

    types: change Personal by Home
    
    Google does not support Personal as a type for emails, it uses Home instead.
    We're moving to use home in order to use the same terminology

 data/ui/app-menu.ui            |    4 ++--
 src/contacts-contact-pane.vala |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/ui/app-menu.ui b/data/ui/app-menu.ui
index 252603c..9a40aec 100644
--- a/data/ui/app-menu.ui
+++ b/data/ui/app-menu.ui
@@ -24,8 +24,8 @@
   </menu>
   <menu id="edit-contact">
     <item>
-      <attribute name="action">edit.add.email-addresses.personal</attribute>
-      <attribute name="label" translatable="yes">Personal email</attribute>
+      <attribute name="action">edit.add.email-addresses.home</attribute>
+      <attribute name="label" translatable="yes">Home email</attribute>
     </item>
     <item>
       <attribute name="action">edit.add.email-addresses.work</attribute>
diff --git a/src/contacts-contact-pane.vala b/src/contacts-contact-pane.vala
index fad313c..8e100f2 100644
--- a/src/contacts-contact-pane.vala
+++ b/src/contacts-contact-pane.vala
@@ -54,7 +54,7 @@ public class Contacts.ContactPane : Notebook {
 
   private SimpleActionGroup edit_contact_actions;
   private const GLib.ActionEntry[] action_entries = {
-    { "add.email-addresses.personal", on_add_detail },
+    { "add.email-addresses.home", on_add_detail },
     { "add.email-addresses.work", on_add_detail },
     { "add.phone-numbers.cell", on_add_detail },
     { "add.phone-numbers.home", on_add_detail },


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