From: Cedric Duval Date: Fri, 8 Sep 2006 09:25:02 +0000 (+0000) Subject: Added anniversary as a default field (ie one that is available if the X-Git-Tag: upstream/0.6.1~2^2~79 X-Git-Url: https://git.deb.at/?p=pkg%2Fabook.git;a=commitdiff_plain;h=2714c77f6d67664b2bb9fee0e2692f6542050fd9 Added anniversary as a default field (ie one that is available if the user did not enter any views configuration). --- diff --git a/views.c b/views.c index 3b41bb2..1a32409 100644 --- a/views.c +++ b/views.c @@ -140,7 +140,7 @@ init_default_views() { N_("ADDRESS"), { ADDRESS, ADDRESS2, CITY, STATE, ZIP, COUNTRY, -1 } }, { N_("PHONE"), { PHONE, WORKPHONE, FAX, MOBILEPHONE, -1 } }, - { N_("OTHER"), { NICK, URL, NOTES, -1 } }, + { N_("OTHER"), { NICK, URL, NOTES, ANNIVERSARY, -1 } }, { 0 } };