From 9a941dec192ccee02e9a09021ac8ec7828ef9ffd Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 16 Nov 2023 08:34:39 +0100 Subject: [PATCH] I#2580 - ContactEditor: Default to "Mobile phone" instead of "Home phone" Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2580 --- src/addressbook/gui/contact-editor/e-contact-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/addressbook/gui/contact-editor/e-contact-editor.c b/src/addressbook/gui/contact-editor/e-contact-editor.c index 3e4cee4ba8..acc5ae2140 100644 --- a/src/addressbook/gui/contact-editor/e-contact-editor.c +++ b/src/addressbook/gui/contact-editor/e-contact-editor.c @@ -143,7 +143,7 @@ enum { }; /* Defaults selected from eab_phone_types */ -static const gint phones_default[] = { 1, 6, 9, 2, 7, 12, 10, 10 }; +static const gint phones_default[] = { 1, 9, 6, 2, 7, 12, 10, 10 }; static EContactField addresses[] = { E_CONTACT_ADDRESS_WORK,