From 171288a34a38acd6e8d26626235aa3ad65c61b05 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Sun, 23 Jul 2000 11:03:28 +0000 Subject: added a color_column where the color can be specified as a string, e.g. 2000-07-23 Damon Chaplin * e-cell-text.c: added a color_column where the color can be specified as a string, e.g. "red" or "rgb:F/0/0". * e-cell-text.c (ect_leave_edit): don't call unbuild_current_cell() since the CellEdit struct has been freed in ect_stop_editing() and so has the text. * e-cell-text.c (unbuild_current_cell): set cell->text to NULL to make sure we don't try to free it again. svn path=/trunk/; revision=4279 --- widgets/e-table/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'widgets/e-table/ChangeLog') diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 3d38e26648..8216e0df66 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,15 @@ +2000-07-23 Damon Chaplin + + * e-cell-text.c: added a color_column where the color can be specified + as a string, e.g. "red" or "rgb:F/0/0". + + * e-cell-text.c (ect_leave_edit): don't call unbuild_current_cell() + since the CellEdit struct has been freed in ect_stop_editing() and so + has the text. + + * e-cell-text.c (unbuild_current_cell): set cell->text to NULL to make + sure we don't try to free it again. + 2000-07-21 Christopher James Lahey * e-table.h: Added some unused declarations for drag and drop -- cgit v1.2.3