From 3461e2340a83ac9da89de9c9e3c476193ba2fc55 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 9 Jul 2007 19:20:12 +0000 Subject: Fix a typo in the docs. (#453673, Guillaume Cottenceau) 2007-07-09 Matthias Clasen * gtk/gtktreeview.c (gtk_tree_view_convert_bin_window_to_widget_coords: Fix a typo in the docs. (#453673, Guillaume Cottenceau) svn path=/trunk/; revision=18417 --- gtk/gtktreeview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk') diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c index f44ed7ac20..cc440a1190 100644 --- a/gtk/gtktreeview.c +++ b/gtk/gtktreeview.c @@ -12987,7 +12987,7 @@ gtk_tree_view_convert_widget_to_bin_window_coords (GtkTreeView *tree_view, * @wx: return location for widget X coordinate * @wy: return location for widget Y coordinate * - * Converts bin_window coordinates (see gtk_tree_view_get_bin_window()). + * Converts bin_window coordinates (see gtk_tree_view_get_bin_window()) * to widget relative coordinates. * * Since: 2.12 -- cgit v1.2.1