simpleaction: Fix documentation of :enabled

An over-zealous sed, most likely, transformed g_action_.*() into
g_simple_action.*().

https://bugzilla.gnome.org/show_bug.cgi?id=658558
This commit is contained in:
Damien Lespiau 2011-09-08 14:25:41 +01:00
parent e03b70c4a2
commit c8ef5b7d6c

View File

@ -391,8 +391,8 @@ g_simple_action_class_init (GSimpleActionClass *class)
* *
* If @action is currently enabled. * If @action is currently enabled.
* *
* If the action is disabled then calls to g_simple_action_activate() and * If the action is disabled then calls to g_action_activate() and
* g_simple_action_change_state() have no effect. * g_action_change_state() have no effect.
* *
* Since: 2.28 * Since: 2.28
**/ **/