I#2580 - ContactEditor: Default to "Mobile phone" instead of "Home phone"

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2580
This commit is contained in:
Milan Crha
2023-11-16 08:34:39 +01:00
parent ea2fd4ca29
commit 9a941dec19
@@ -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,