diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2008-05-28 Kristian Rietveld <kris@imendio.com> + + Bug 449625 - crash in gtk_tree_view_real_move_cursor at + gtktreeview.c:9641 + + * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): + cursor_offset *must* be larger than background height of the cursor + node, not just equal otherwise there is no guarantee there is a next + node. + 2008-05-28 Michael Natterer <mitch@imendio.com> * gtk/gtktestutils.c: don't include <gdk/gdktestutils.h>. |