]> Pileus Git - ~andy/gtk/commitdiff
Make the docs build. (#302230, Ali Akcaagac)
authorMatthias Clasen <mclasen@redhat.com>
Sat, 30 Apr 2005 03:49:06 +0000 (03:49 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 30 Apr 2005 03:49:06 +0000 (03:49 +0000)
2005-04-29  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkradioaction.c: Make the docs build.  (#302230,
        Ali Akcaagac)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkradioaction.c

index 21856b5bdf7bab65607141e6c506f5a15c46c160..4cc3f8a57675be39643c81cc7c8f0fb25dead8e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index 21856b5bdf7bab65607141e6c506f5a15c46c160..4cc3f8a57675be39643c81cc7c8f0fb25dead8e9 100644 (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.
 
index 21856b5bdf7bab65607141e6c506f5a15c46c160..4cc3f8a57675be39643c81cc7c8f0fb25dead8e9 100644 (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.
 
index 45e1a5b88862dc8cf8a565068daef11f44a647a5..13956cc545102f472b6e4a0d2f4d7c058332f83b 100644 (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);
  *     }