From 94a8222e180c526cadf6df4f5cf3c040904e6083 Mon Sep 17 00:00:00 2001 From: Li Yuan Date: Tue, 6 Dec 2005 05:18:51 +0000 Subject: Fixes bug #322776. When focus come into e-tree, it is possible that the 2005-12-06 Li Yuan * 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. svn path=/trunk/; revision=30724 --- widgets/table/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'widgets/table/ChangeLog') 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 + + * 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 * table/e-table-group-container.c -- cgit v1.2.3