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)
This commit is contained in:
Matthias Clasen 2005-04-30 03:49:06 +00:00 committed by Matthias Clasen
parent d9322adafd
commit 707756e4be
4 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2005-04-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkradioaction.c: Make the docs build. (#302230,
Ali Akcaagac)
* gtk/gtkiconview.c (gtk_icon_view_map): Get rid of this
function, instead show the bin_window when it is created.

View File

@ -1,5 +1,8 @@
2005-04-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkradioaction.c: Make the docs build. (#302230,
Ali Akcaagac)
* gtk/gtkiconview.c (gtk_icon_view_map): Get rid of this
function, instead show the bin_window when it is created.

View File

@ -1,5 +1,8 @@
2005-04-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkradioaction.c: Make the docs build. (#302230,
Ali Akcaagac)
* gtk/gtkiconview.c (gtk_icon_view_map): Get rid of this
function, instead show the bin_window when it is created.

View File

@ -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);
* }