diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-07-19 13:57:16 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-07-19 13:57:16 +0000 |
commit | 11548f29b1884dca2c5adf7aad8570d56a28ff35 (patch) | |
tree | 9e5eefeb21a0702289390767418d30e63b17e5ca /gtk/gtktreeview.c | |
parent | cf5093a587f3c2256085a0d82837bdf092c8ceb1 (diff) | |
download | gtk+-11548f29b1884dca2c5adf7aad8570d56a28ff35.tar.gz |
markup fix
svn path=/trunk/; revision=18499
Diffstat (limited to 'gtk/gtktreeview.c')
-rw-r--r-- | gtk/gtktreeview.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c index e47b3bfb38..cd041bc5a3 100644 --- a/gtk/gtktreeview.c +++ b/gtk/gtktreeview.c @@ -15308,8 +15308,8 @@ gtk_tree_view_set_tooltip_cell (GtkTreeView *tree_view, * @path: a pointer to receive a #GtkTreePath or %NULL * @iter: a pointer to receive a #GtkTreeIter or %NULL * - * This function is supposed to be used in a GtkWidget::query-tooltip - * signal handler for #GtkTreeViews. The @x, @y and @keyboard_tip values + * This function is supposed to be used in a #GtkWidget::query-tooltip + * signal handler for #GtkTreeView. The @x, @y and @keyboard_tip values * which are received in the signal handler, should be passed to this * function without modification. * |