projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e03b70c
)
simpleaction: Fix documentation of :enabled
author
Damien Lespiau
<damien.lespiau@intel.com>
Thu, 8 Sep 2011 13:25:41 +0000
(14:25 +0100)
committer
Damien Lespiau
<damien.lespiau@intel.com>
Thu, 8 Sep 2011 16:07:56 +0000
(17:07 +0100)
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
patch
|
blob
|
history
diff --git
a/gio/gsimpleaction.c
b/gio/gsimpleaction.c
index 00d52508808838bd8c0fb5b10878ae5b7f13b000..2456b16787d19ed5765a1fbffa934d2bea4585a2 100644
(file)
--- 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
**/