]> Pileus Git - ~andy/gtk/commitdiff
docs: Fix typo in gtk_tree_view_set_tooltip_column comment
authorDavid King <amigadave@amigadave.com>
Thu, 22 Nov 2012 18:57:15 +0000 (18:57 +0000)
committerDavid King <amigadave@amigadave.com>
Thu, 22 Nov 2012 22:25:51 +0000 (22:25 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=688884

gtk/gtktreeview.c

index 15648f5b320c4c3afb9758b26d4788c9866a6eb8..1bba795a1dc54ce62e9b103d83923a56476c7fd6 100644 (file)
@@ -16429,7 +16429,7 @@ gtk_tree_view_set_tooltip_query_cb (GtkWidget  *widget,
  * for you. @column should be set to the column in @tree_view's model
  * containing the tooltip texts, or -1 to disable this feature.
  *
- * When enabled, #GtkWidget::has-tooltip will be set to %TRUE and
+ * When enabled, #GtkWidget:has-tooltip will be set to %TRUE and
  * @tree_view will connect a #GtkWidget::query-tooltip signal handler.
  *
  * Note that the signal handler sets the text with gtk_tooltip_set_markup(),