diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-07-02 02:19:06 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-07-02 10:41:11 -0400 |
commit | f70fc49ebc999bc4e37c0807e818aeff2bca3459 (patch) | |
tree | dd4e205b9f93cbc386b4d8087e485cb15d06393c /gtk/gtkactivatable.c | |
parent | ff28d3f4d902a15ad33068adb52ab0ae8caf9cab (diff) | |
download | gtk+-f70fc49ebc999bc4e37c0807e818aeff2bca3459.tar.gz |
docs: fix a number of typos and obsolete references
Diffstat (limited to 'gtk/gtkactivatable.c')
-rw-r--r-- | gtk/gtkactivatable.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkactivatable.c b/gtk/gtkactivatable.c index 9dc786e05e..46ffa1bd2f 100644 --- a/gtk/gtkactivatable.c +++ b/gtk/gtkactivatable.c @@ -409,7 +409,8 @@ gtk_activatable_action_notify (GtkAction *action, * * <note><para>Be careful to call this before setting the local * copy of the #GtkAction property, since this function uses - * gtk_activatable_get_action() to retrieve the previous action</para></note> + * gtk_activatable_get_related_action() to retrieve the + * previous action</para></note> * * Since: 2.16 */ |