gtk2/gtk/tests
Kristian Rietveld 244380529a Fix #477175, reported by Juri Pakaste.
2008-01-10  Kristian Rietveld  <kris@imendio.com>

	Fix #477175, reported by Juri Pakaste.

	* gtk/gtktreeprivate.h:
	* gtk/gtktreeview.c (gtk_tree_view_top_row_to_dy): do not set
	tree_view->priv->dy here directly, just calculate the new value
	and set it on the adjustment,
	(gtk_tree_view_adjustment_changed): add guards to not call
	gtk_tree_view_dy_to_top_row() if we are currently in
	gtk_tree_view_top_row_to_dy(),
	(gtk_tree_view_put): fix coordinate annotation: these are bin_window
	coordinates, not tree coordinates,
	(gtk_tree_view_real_start_editing): add cast.

	* gtk/tests/treeview-scrolling.c: add an assertion for checking the
	position of the editable in the "create new row and start editing"
	tests.


svn path=/trunk/; revision=19331
2008-01-10 09:24:11 +00:00
..
liststore.c added tests for insertion functions. 2007-12-14 00:52:04 +00:00
Makefile.am start composing tests for the list and tree store. 2007-12-13 12:59:01 +00:00
testing.c call g_test_init() from gtk_test_init(). 2007-11-22 14:38:26 +00:00
treestore.c added tests for insertion functions. 2007-12-14 00:52:04 +00:00
treeview-scrolling.c Fix #477175, reported by Juri Pakaste. 2008-01-10 09:24:11 +00:00