aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.c')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index 90c81edef5..ea28563cc1 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -2169,7 +2169,10 @@ static struct {
{ "button-categories", E_CARD_SIMPLE_FIELD_CATEGORIES, TRUE },
{ "entry-categories", E_CARD_SIMPLE_FIELD_CATEGORIES, TRUE },
+ { "label-caluri", E_CARD_SIMPLE_FIELD_CALURI },
{ "entry-caluri", E_CARD_SIMPLE_FIELD_CALURI, TRUE },
+
+ { "label-fburl", E_CARD_SIMPLE_FIELD_FBURL },
{ "entry-fburl", E_CARD_SIMPLE_FIELD_FBURL, TRUE }
};
static int num_widget_field_mappings = sizeof(widget_field_mappings) / sizeof (widget_field_mappings[0]);
@@ -2285,8 +2288,6 @@ enable_writable_fields(EContactEditor *editor)
widget_field_mappings[i].widget_name);
continue;
}
- if (!GTK_IS_LABEL (w))
- continue;
field = e_card_simple_get_ecard_field (simple,
widget_field_mappings[i].field_id);