From 15c93321f78cc55e0d1cac3838a0224916ed5b7e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 26 May 2007 19:04:35 +0000 Subject: [PATCH] Document new api svn path=/trunk/; revision=17934 --- ChangeLog | 1 + gtk/gtkrecentaction.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d5fd6dad05..d835a8cf2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2007-05-26 Matthias Clasen + * gtk/gtkrecentaction.c: * gtk/gtkrange.c: * gtk/gtkprinter.c: * gtk/gtkprintsettings.c: diff --git a/gtk/gtkrecentaction.c b/gtk/gtkrecentaction.c index 2a70c4a16c..1a8f99e754 100644 --- a/gtk/gtkrecentaction.c +++ b/gtk/gtkrecentaction.c @@ -767,10 +767,10 @@ gtk_recent_action_get_show_numbers (GtkRecentAction *action) /** * gtk_recent_action_set_show_numbers: * @action: a #GtkRecentAction - * @show_numbers + * @show_numbers: %TRUE if the shown items should be numbered * * Sets whether a number should be added to the items shown by the - * widgets representing @action. The numbers are shown to provide + * widgets representing @action. The numbers are shown to provide * a unique character for a mnemonic to be used inside the menu item's * label. Only the first ten items get a number to avoid clashes. *