From 3da2b4bbbd72826c20c1568a792174cb15f7badb Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Mon, 13 May 2002 21:48:53 +0000 Subject: Enable the dropdown widgets even if the contact is not editable so that 2002-05-13 Christopher James Lahey * gui/contact-editor/e-contact-editor.c (enable_writable_fields): Enable the dropdown widgets even if the contact is not editable so that you can view any email address, phone number, or postal address on read only contacts. svn path=/trunk/; revision=16767 --- addressbook/gui/contact-editor/e-contact-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/contact-editor/e-contact-editor.c') diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 58d3a32be6..fd0f14ddb5 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -2369,7 +2369,7 @@ enable_writable_fields(EContactEditor *editor) GtkWidget *widget = g_hash_table_lookup (dropdown_hash, field); if (widget) { - enable_widget (widget, editor->editable); + enable_widget (widget, TRUE); } else { /* if it's not a field that's handled by the -- cgit v1.2.3