From c8ef5b7d6c08c2e455527d42e1a1845261d30f09 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Thu, 8 Sep 2011 14:25:41 +0100 Subject: [PATCH] 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 --- gio/gsimpleaction.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gio/gsimpleaction.c b/gio/gsimpleaction.c index 00d525088..2456b1678 100644 --- a/gio/gsimpleaction.c +++ b/gio/gsimpleaction.c @@ -391,8 +391,8 @@ g_simple_action_class_init (GSimpleActionClass *class) * * If @action is currently enabled. * - * If the action is disabled then calls to g_simple_action_activate() and - * g_simple_action_change_state() have no effect. + * If the action is disabled then calls to g_action_activate() and + * g_action_change_state() have no effect. * * Since: 2.28 **/