diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-04-30 03:49:06 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-04-30 03:49:06 +0000 |
commit | 707756e4bedbafc0bc19f154d55c5c786ba65dd3 (patch) | |
tree | 504dbe9bc8772f83796e633329facd3ffb63de73 /gtk/gtkradioaction.c | |
parent | d9322adafd75a0989b60738a8a3cef8b6571ac7e (diff) | |
download | gtk+-707756e4bedbafc0bc19f154d55c5c786ba65dd3.tar.gz |
Make the docs build. (#302230, Ali Akcaagac)
2005-04-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkradioaction.c: Make the docs build. (#302230,
Ali Akcaagac)
Diffstat (limited to 'gtk/gtkradioaction.c')
-rw-r--r-- | gtk/gtkradioaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkradioaction.c b/gtk/gtkradioaction.c index 45e1a5b888..13956cc545 100644 --- a/gtk/gtkradioaction.c +++ b/gtk/gtkradioaction.c @@ -386,7 +386,7 @@ create_menu_item (GtkAction *action) * while (/<!-- -->* more actions to add *<!-- -->/) * { * action = gtk_radio_action_new (...); - * + * * gtk_radio_action_set_group (action, group); * group = gtk_radio_action_get_group (action); * } |