Fix a typo in the docs. (#157044, Masao Mutoh)

2004-11-01  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkactiongroup.c (gtk_action_group_get_visible): Fix a typo in
	the docs.  (#157044, Masao Mutoh)
This commit is contained in:
Matthias Clasen 2004-11-01 16:09:23 +00:00 committed by Matthias Clasen
parent cc30d28de7
commit 12bde48ff4
5 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-11-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkactiongroup.c (gtk_action_group_get_visible): Fix a typo in
the docs. (#157044, Masao Mutoh)
2004-10-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Update the

View File

@ -1,3 +1,8 @@
2004-11-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkactiongroup.c (gtk_action_group_get_visible): Fix a typo in
the docs. (#157044, Masao Mutoh)
2004-10-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Update the

View File

@ -1,3 +1,8 @@
2004-11-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkactiongroup.c (gtk_action_group_get_visible): Fix a typo in
the docs. (#157044, Masao Mutoh)
2004-10-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Update the

View File

@ -1,3 +1,8 @@
2004-11-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkactiongroup.c (gtk_action_group_get_visible): Fix a typo in
the docs. (#157044, Masao Mutoh)
2004-10-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Update the

View File

@ -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
*/