From 9bfea332aa1011b05f231fbd2380af498b4749f6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 17 Oct 2007 03:09:12 +0000 Subject: [PATCH] Update the docs for the ::text-column property. (#352643, Josselin 2007-10-16 Matthias Clasen * gtk/gtkentrycompletion.c: Update the docs for the ::text-column property. (#352643, Josselin Mouette) svn path=/trunk/; revision=18919 --- ChangeLog | 5 +++++ gtk/gtkentrycompletion.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3c8ba066c..40bb55528 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-16 Matthias Clasen + + * gtk/gtkentrycompletion.c: Update the docs for the + ::text-column property. (#352643, Josselin Mouette) + 2007-10-16 Matthias Clasen * gtk/gtkdnd.c (gtk_drag_drop_finished): Avoid a critical diff --git a/gtk/gtkentrycompletion.c b/gtk/gtkentrycompletion.c index f3bf16c4b..3aa6ffb63 100644 --- a/gtk/gtkentrycompletion.c +++ b/gtk/gtkentrycompletion.c @@ -293,6 +293,7 @@ gtk_entry_completion_class_init (GtkEntryCompletionClass *klass) * GtkEntryCompletion:text-column: * * The column of the model containing the strings. + * Note that the strings must be UTF-8. * * Since: 2.6 */ -- 2.43.2