diff --git a/ChangeLog b/ChangeLog index 0dc992ef35..097575dcf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-05-25 Matthias Clasen + + Bug 479384 – gtk_selection_data_targets_include_uri docs buglet + + * gtk/gtkselection.c (gtk_selection_data_targets_include_uri): Fix + doc glitch, pointed out by Christian Persch. + 2008-05-25 Matthias Clasen Bug 534694 – Col id in GtkListStore could be out of range diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c index 0cbd282aee..234839801c 100644 --- a/gtk/gtkselection.c +++ b/gtk/gtkselection.c @@ -2002,7 +2002,7 @@ gtk_targets_include_uri (GdkAtom *targets, * provide a list or URIs. * * Return value: %TRUE if @selection_data holds a list of targets, - * and a suitable target for text is included, otherwise %FALSE. + * and a suitable target for URI lists is included, otherwise %FALSE. * * Since: 2.10 **/