diff options
Diffstat (limited to 'widgets/table/ChangeLog')
-rw-r--r-- | widgets/table/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/widgets/table/ChangeLog b/widgets/table/ChangeLog index 5062808b55..58b7b19302 100644 --- a/widgets/table/ChangeLog +++ b/widgets/table/ChangeLog @@ -1,3 +1,11 @@ +2005-12-06 Li Yuan <li.yuan@sun.com> + + * e-tree.c: (table_canvas_focus_event_cb): + Fixes bug #322776. + When focus come into e-tree, it is possible that the focused_item + is not NULL and there is no focused item in e-tree. So test + e_selection_model_cursor_row also. + 2005-10-14 Kaushal Kumar <kakumar@novell.com> * table/e-table-group-container.c |