diff options
author | Li Yuan <li.yuan@sun.com> | 2005-12-06 13:18:51 +0800 |
---|---|---|
committer | Li Yuan <liyuan@src.gnome.org> | 2005-12-06 13:18:51 +0800 |
commit | 94a8222e180c526cadf6df4f5cf3c040904e6083 (patch) | |
tree | 226845f603e7d7260b8481863c359db674811cd1 /widgets/table/ChangeLog | |
parent | 19eadae036b5f14425e9e8d9d37e2a2c6eec0f51 (diff) | |
download | gsoc2013-evolution-94a8222e180c526cadf6df4f5cf3c040904e6083.tar gsoc2013-evolution-94a8222e180c526cadf6df4f5cf3c040904e6083.tar.gz gsoc2013-evolution-94a8222e180c526cadf6df4f5cf3c040904e6083.tar.bz2 gsoc2013-evolution-94a8222e180c526cadf6df4f5cf3c040904e6083.tar.lz gsoc2013-evolution-94a8222e180c526cadf6df4f5cf3c040904e6083.tar.xz gsoc2013-evolution-94a8222e180c526cadf6df4f5cf3c040904e6083.tar.zst gsoc2013-evolution-94a8222e180c526cadf6df4f5cf3c040904e6083.zip |
Fixes bug #322776. When focus come into e-tree, it is possible that the
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.
svn path=/trunk/; revision=30724
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 |