diff options
author | Matthias Clasen <mclasen@redhat.com> | 2007-07-09 19:20:12 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-07-09 19:20:12 +0000 |
commit | 3461e2340a83ac9da89de9c9e3c476193ba2fc55 (patch) | |
tree | 0048354fbfa8986b8cd3398c9049060e95be8da3 | |
parent | 13c0e7a0ff539c71aaef0dc2598774ed4fd1a7f3 (diff) | |
download | gdk-pixbuf-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
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | gtk/gtktreeview.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 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) + +2007-07-09 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted): Emit ::changed when removing the active row. (#452056, Paul Pogonyshev) diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c index f44ed7ac2..cc440a119 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 |