From d8a3d9de2f6a1c70b7091dd6b3af61e827492a51 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 19 Jul 2004 19:33:05 +0000 Subject: [PATCH] Typo fix. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtkentrycompletion.c | 2 +- 5 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0cca29578a..94fb00602f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-07-19 Matthias Clasen + + * gtk/gtkentrycompletion.c (gtk_entry_completion_set_popup_completion): + Fix doc comment. + 2004-07-19 Matthias Clasen Make GtkCellView public, since people seem to have uses for it, diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 0cca29578a..94fb00602f 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2004-07-19 Matthias Clasen + + * gtk/gtkentrycompletion.c (gtk_entry_completion_set_popup_completion): + Fix doc comment. + 2004-07-19 Matthias Clasen Make GtkCellView public, since people seem to have uses for it, diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 0cca29578a..94fb00602f 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2004-07-19 Matthias Clasen + + * gtk/gtkentrycompletion.c (gtk_entry_completion_set_popup_completion): + Fix doc comment. + 2004-07-19 Matthias Clasen Make GtkCellView public, since people seem to have uses for it, diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 0cca29578a..94fb00602f 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2004-07-19 Matthias Clasen + + * gtk/gtkentrycompletion.c (gtk_entry_completion_set_popup_completion): + Fix doc comment. + 2004-07-19 Matthias Clasen Make GtkCellView public, since people seem to have uses for it, diff --git a/gtk/gtkentrycompletion.c b/gtk/gtkentrycompletion.c index 6743647b53..c093acfb9c 100644 --- a/gtk/gtkentrycompletion.c +++ b/gtk/gtkentrycompletion.c @@ -1565,7 +1565,7 @@ gtk_entry_completion_get_inline_completion (GtkEntryCompletion *completion) /** * gtk_entry_completion_set_popup_completion: * @completion: a #GtkEntryCompletion - * @inline_completion: %TRUE to do popup completion + * @popup_completion: %TRUE to do popup completion * * Sets whether the completions should be presented in a popup window. *