[gnome-contacts] Explained the use of the "Other"



commit cc9eebfcf24a30f87dca546c72646b4d7e5aab71
Author: Erick PÃrez Castellanos <erick red gmail com>
Date:   Sun Feb 17 16:43:14 2013 -0500

    Explained the use of the "Other"
    
    The meaning is the same in every appearance in that file.
    It refers to the particular details, which would be emails,
    phone numbers, addresses, etc.
    
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=661235

 src/contacts-types.vala |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/contacts-types.vala b/src/contacts-types.vala
index 547dd0c..84521f8 100644
--- a/src/contacts-types.vala
+++ b/src/contacts-types.vala
@@ -110,6 +110,8 @@ public class Contacts.TypeSet : Object  {
     }
 
     store.append (out other_iter);
+    /* Refers to the type of the detail, could be Home, Work or Other for email, and the same
+     * for phone numbers, addresses, etc. */
     store.set (other_iter, 0, _("Other"), 1, other_dummy);
   }
 


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