diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-11-01 16:09:23 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-11-01 16:09:23 +0000 |
commit | 12bde48ff4b98291d318080b069b11e9df4ce24a (patch) | |
tree | d74a9f8c6f26703fd85dc887ca86937988a4b190 /gtk/gtkactiongroup.c | |
parent | cc30d28de75daea9435ac4919935d6d05422741b (diff) | |
download | gtk+-12bde48ff4b98291d318080b069b11e9df4ce24a.tar.gz |
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)
Diffstat (limited to 'gtk/gtkactiongroup.c')
-rw-r--r-- | gtk/gtkactiongroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |