summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
* }