From 4e89e57d1fd9f21afcffc37eb26d6cc3be59e40c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 25 May 2008 20:37:15 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20479384=20=E2=80=93=20gtk=5Fselection=5Fda?= =?UTF-8?q?ta=5Ftargets=5Finclude=5Furi=20docs=20buglet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. svn path=/trunk/; revision=20158 --- ChangeLog | 7 +++++++ gtk/gtkselection.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 **/