From 61423dc27ca64db80aa54b9c965ec2295d945241 Mon Sep 17 00:00:00 2001 From: Jon Oberheide Date: Tue, 8 Jun 2004 03:17:06 +0000 Subject: disable editing of cells in the contact table. 2004-06-07 Jon Oberheide * gui/contact-list-editor/e-contact-list-model.c: disable editing of cells in the contact table. svn path=/trunk/; revision=26245 --- addressbook/gui/contact-list-editor/e-contact-list-model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/contact-list-editor/e-contact-list-model.c') diff --git a/addressbook/gui/contact-list-editor/e-contact-list-model.c b/addressbook/gui/contact-list-editor/e-contact-list-model.c index 8a22da19db..ee9b3a3601 100644 --- a/addressbook/gui/contact-list-editor/e-contact-list-model.c +++ b/addressbook/gui/contact-list-editor/e-contact-list-model.c @@ -44,7 +44,7 @@ contact_list_set_value_at (ETableModel *etc, int col, int row, const void *val) static gboolean contact_list_is_cell_editable (ETableModel *etc, int col, int row) { - return TRUE; + return FALSE; } /* This function duplicates the value passed to it. */ -- cgit v1.2.3