summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1650156785..90db48a9fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>.