summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-11-01 16:09:23 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-11-01 16:09:23 +0000
commit12bde48ff4b98291d318080b069b11e9df4ce24a (patch)
treed74a9f8c6f26703fd85dc887ca86937988a4b190
parentcc30d28de75daea9435ac4919935d6d05422741b (diff)
downloadgtk+-12bde48ff4b98291d318080b069b11e9df4ce24a.tar.gz
Fix a typo in the docs. (#157044, Masao Mutoh)
2004-11-01 Matthias Clasen <mclasen@redhat.com> * gtk/gtkactiongroup.c (gtk_action_group_get_visible): Fix a typo in the docs. (#157044, Masao Mutoh)
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--ChangeLog.pre-2-65
-rw-r--r--ChangeLog.pre-2-85
-rw-r--r--gtk/gtkactiongroup.c2
5 files changed, 21 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ff469bbe2..99908b58fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-01 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkactiongroup.c (gtk_action_group_get_visible): Fix a typo in
+ the docs. (#157044, Masao Mutoh)
+
2004-10-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Update the
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 0ff469bbe2..99908b58fa 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,8 @@
+2004-11-01 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkactiongroup.c (gtk_action_group_get_visible): Fix a typo in
+ the docs. (#157044, Masao Mutoh)
+
2004-10-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Update the
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 0ff469bbe2..99908b58fa 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,8 @@
+2004-11-01 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkactiongroup.c (gtk_action_group_get_visible): Fix a typo in
+ the docs. (#157044, Masao Mutoh)
+
2004-10-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Update the
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 0ff469bbe2..99908b58fa 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,8 @@
+2004-11-01 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkactiongroup.c (gtk_action_group_get_visible): Fix a typo in
+ the docs. (#157044, Masao Mutoh)
+
2004-10-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Update the
diff --git a/gtk/gtkactiongroup.c b/gtk/gtkactiongroup.c
index 729b7104db..f081dc3dc5 100644
--- a/gtk/gtkactiongroup.c
+++ b/gtk/gtkactiongroup.c
@@ -456,7 +456,7 @@ gtk_action_group_set_sensitive (GtkActionGroup *action_group, gboolean sensitive
* they are visible (see gtk_action_get_visible()) and their group
* is visible.
*
- * Return value: %TRUE if the group is sensitive.
+ * Return value: %TRUE if the group is visible.
*
* Since: 2.4
*/