[gnome-contacts] types: added home to emails type



commit 3e361a9bdc5ec54f03ce37c61756028ac12970ba
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Thu Apr 23 02:03:12 2015 -0400

    types: added home to emails type

 src/contacts-types.vala |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-types.vala b/src/contacts-types.vala
index ec0ba82..b50d22a 100644
--- a/src/contacts-types.vala
+++ b/src/contacts-types.vala
@@ -304,12 +304,13 @@ public class Contacts.TypeSet : Object  {
   private const InitData[] email_data = {
     // List most specific first, always in upper case
     { N_("Personal"), { "PERSONAL" } },
+    { N_("Home"), { "HOME" } },
     { N_("Work"), { "WORK" } }
   };
   public static TypeSet email {
     get {
       string[] standard = {
-       "Personal", "Work"
+       "Personal", "Home", "Work"
       };
 
       if (_email == null) {


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