summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2007-07-09 19:20:12 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-07-09 19:20:12 +0000
commit3461e2340a83ac9da89de9c9e3c476193ba2fc55 (patch)
tree0048354fbfa8986b8cd3398c9049060e95be8da3 /gtk
parent13c0e7a0ff539c71aaef0dc2598774ed4fd1a7f3 (diff)
downloadgtk+-3461e2340a83ac9da89de9c9e3c476193ba2fc55.tar.gz
Fix a typo in the docs. (#453673, Guillaume Cottenceau)
2007-07-09 Matthias Clasen <mclasen@redhat.com> * 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
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtktreeview.c2
1 files changed, 1 insertions, 1 deletions
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