summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-04-30 03:49:06 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-04-30 03:49:06 +0000
commit707756e4bedbafc0bc19f154d55c5c786ba65dd3 (patch)
tree504dbe9bc8772f83796e633329facd3ffb63de73
parentd9322adafd75a0989b60738a8a3cef8b6571ac7e (diff)
downloadgtk+-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)
-rw-r--r--ChangeLog3
-rw-r--r--ChangeLog.pre-2-103
-rw-r--r--ChangeLog.pre-2-83
-rw-r--r--gtk/gtkradioaction.c2
4 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 21856b5bdf..4cc3f8a576 100644
--- 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.
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 21856b5bdf..4cc3f8a576 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -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.
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 21856b5bdf..4cc3f8a576 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -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.
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);
* }