[evolution-patches] [EVO] Bug 56994: changes made to the contact list are not getting saved



Simple patch to disable the editing of individual cells in the contact
table of the contact list editor.  Resolves bug #56994.

Regards,
Jon Oberheide
jon focalhost com

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-05-05 00:11:55.000000000 -0400
+++ evolution.cvs/addressbook/gui/contact-list-editor/e-contact-list-model.c	2004-05-07 15:15:32.550779976 -0400
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]