diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-03-09 17:41:31 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-03-09 17:41:31 +0000 |
commit | 4c9bcf28433f682c38be29ba17e21d11b7effd3e (patch) | |
tree | 815a302050e976ca66d01e5c700bdaab7b3d4411 | |
parent | 2b0370f9872be82e8b4797f338136d885970165f (diff) | |
download | gtk+-4c9bcf28433f682c38be29ba17e21d11b7effd3e.tar.gz |
Fix a typo in the docs. (#169729, Morten Welinder)
2005-03-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c (gtk_widget_add_mnemonic_label): Fix a typo
in the docs. (#169729, Morten Welinder)
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 3 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 3 | ||||
-rw-r--r-- | gtk/gtkwidget.c | 2 |
4 files changed, 10 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2005-03-09 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkwidget.c (gtk_widget_add_mnemonic_label): Fix a typo + in the docs. (#169729, Morten Welinder) + * gtk/gtkimage.c (gtk_image_class_init): Fix a typo. * gtk/gtkiconview.c (gtk_icon_view_set_model): Queue a resize diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index d2d70b928c..44c36c490b 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2005-03-09 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkwidget.c (gtk_widget_add_mnemonic_label): Fix a typo + in the docs. (#169729, Morten Welinder) + * gtk/gtkimage.c (gtk_image_class_init): Fix a typo. * gtk/gtkiconview.c (gtk_icon_view_set_model): Queue a resize diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index d2d70b928c..44c36c490b 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,8 @@ 2005-03-09 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkwidget.c (gtk_widget_add_mnemonic_label): Fix a typo + in the docs. (#169729, Morten Welinder) + * gtk/gtkimage.c (gtk_image_class_init): Fix a typo. * gtk/gtkiconview.c (gtk_icon_view_set_model): Queue a resize diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 7c5a800fd1..516c869483 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -7500,7 +7500,7 @@ gtk_widget_list_mnemonic_labels (GtkWidget *widget) * this widget. (See gtk_widget_list_mnemonic_labels()). Note the * list of mnemonic labels for the widget is cleared when the * widget is destroyed, so the caller must make sure to update - * it's internal state at this point as well, by using a connection + * its internal state at this point as well, by using a connection * to the ::destroy signal or a weak notifier. * * Since: 2.4 |