diff options
author | Matthias Clasen <mclasen@redhat.com> | 2007-10-17 03:09:12 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-10-17 03:09:12 +0000 |
commit | 9bfea332aa1011b05f231fbd2380af498b4749f6 (patch) | |
tree | f1e23f9f9563490b946b5d757215b378408fedf0 | |
parent | 631896253e3bed71bdd994ab36a9a7f9ca8e5df0 (diff) | |
download | gtk+-9bfea332aa1011b05f231fbd2380af498b4749f6.tar.gz |
Update the docs for the ::text-column property. (#352643, Josselin
2007-10-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentrycompletion.c: Update the docs for the
::text-column property. (#352643, Josselin Mouette)
svn path=/trunk/; revision=18919
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gtk/gtkentrycompletion.c | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-10-16 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkentrycompletion.c: Update the docs for the + ::text-column property. (#352643, Josselin Mouette) + +2007-10-16 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkdnd.c (gtk_drag_drop_finished): Avoid a critical warning. (#456676, Campbell Barton) diff --git a/gtk/gtkentrycompletion.c b/gtk/gtkentrycompletion.c index f3bf16c4be..3aa6ffb63d 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 */ |