From f4ee825f0ec558183319a2c836bfcc26100a51c0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 5 Jan 2009 04:07:00 +0000 Subject: [PATCH] Fix a typo in the docs svn path=/trunk/; revision=22062 --- ChangeLog | 9 ++++++++- gtk/gtktreemodel.c | 7 ++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d2af18c25c..3411462215 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ -2009-01-03 Matthias Clasen +2009-01-04 Matthias Clasen + + Bug 566568 – gtk_tree_model_get_value docs typo + + * gtk/gtktreemodel.c (gtk_tree_model_get_value): Fix a typo + in the docs, pointed out by Christian Persch. + +2009-01-04 Matthias Clasen Bug 566391 – gtk_about_dialog_set_url_hook should activate pre-existing website links diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c index cd02ad76f1..c8cc7b2dad 100644 --- a/gtk/gtktreemodel.c +++ b/gtk/gtktreemodel.c @@ -1122,9 +1122,10 @@ gtk_tree_model_get_path (GtkTreeModel *tree_model, * @column: The column to lookup the value at. * @value: An empty #GValue to set. * - * Sets initializes and sets @value to that at @column. When done with @value, - * g_value_unset() needs to be called to free any allocated memory. - **/ + * Initializes and sets @value to that at @column. + * When done with @value, g_value_unset() needs to be called + * to free any allocated memory. + */ void gtk_tree_model_get_value (GtkTreeModel *tree_model, GtkTreeIter *iter,