From 12bde48ff4b98291d318080b069b11e9df4ce24a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 1 Nov 2004 16:09:23 +0000 Subject: [PATCH] Fix a typo in the docs. (#157044, Masao Mutoh) 2004-11-01 Matthias Clasen * gtk/gtkactiongroup.c (gtk_action_group_get_visible): Fix a typo in the docs. (#157044, Masao Mutoh) --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtkactiongroup.c | 2 +- 5 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0ff469bbe2..99908b58fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-01 Matthias Clasen + + * gtk/gtkactiongroup.c (gtk_action_group_get_visible): Fix a typo in + the docs. (#157044, Masao Mutoh) + 2004-10-31 Matthias Clasen * gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Update the diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 0ff469bbe2..99908b58fa 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2004-11-01 Matthias Clasen + + * gtk/gtkactiongroup.c (gtk_action_group_get_visible): Fix a typo in + the docs. (#157044, Masao Mutoh) + 2004-10-31 Matthias Clasen * gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Update the diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 0ff469bbe2..99908b58fa 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2004-11-01 Matthias Clasen + + * gtk/gtkactiongroup.c (gtk_action_group_get_visible): Fix a typo in + the docs. (#157044, Masao Mutoh) + 2004-10-31 Matthias Clasen * gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Update the diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 0ff469bbe2..99908b58fa 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2004-11-01 Matthias Clasen + + * gtk/gtkactiongroup.c (gtk_action_group_get_visible): Fix a typo in + the docs. (#157044, Masao Mutoh) + 2004-10-31 Matthias Clasen * gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Update the diff --git a/gtk/gtkactiongroup.c b/gtk/gtkactiongroup.c index 729b7104db..f081dc3dc5 100644 --- a/gtk/gtkactiongroup.c +++ b/gtk/gtkactiongroup.c @@ -456,7 +456,7 @@ gtk_action_group_set_sensitive (GtkActionGroup *action_group, gboolean sensitive * they are visible (see gtk_action_get_visible()) and their group * is visible. * - * Return value: %TRUE if the group is sensitive. + * Return value: %TRUE if the group is visible. * * Since: 2.4 */