Greetings, I was just picking through some pending patches and saw that the patch from bug #56994 (http://bugzilla.ximian.com/show_bug.cgi?id=56994) had not been applied yet. It's attached here along with a ChangeLog entry. -- Jon Oberheide <jon focalhost com> GnuPG Key: 1024D/0CF1526D Fingerprint: C446 7193 D4B8 1E35 8984 7731 C661 64A5 0CF1 526D
diff -ur evolution.old/addressbook/ChangeLog evolution.cvs/addressbook/ChangeLog --- evolution.old/addressbook/ChangeLog 2004-06-07 19:41:53.000000000 +0200 +++ evolution.cvs/addressbook/ChangeLog 2004-06-07 19:44:49.000000000 +0200 @@ -1,3 +1,8 @@ +2004-06-07 Jon Oberheide <jon focalhost com> + + * gui/contact-list-editor/e-contact-list-model.c: disable editing + of cells in the contact table. + 2004-06-04 Larry Ewing <lewing ximian com> * gui/contact-list-editor/e-contact-list-editor.c: remove bonobo diff -ur evolution.old/addressbook/gui/contact-list-editor/e-contact-list-model.c evolution.cvs/addressbook/gui/contact-list-editor/e-contact-list-model.c --- evolution.old/addressbook/gui/contact-list-editor/e-contact-list-model.c 2004-06-07 19:46:21.000000000 +0200 +++ evolution.cvs/addressbook/gui/contact-list-editor/e-contact-list-model.c 2004-06-07 19:40:16.000000000 +0200 @@ -44,7 +44,7 @@ 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. */
Attachment:
signature.asc
Description: This is a digitally signed message part