diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-09-01 03:22:13 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-09-01 03:22:13 +0000 |
commit | c48dffdc98f407980a01d3d73ca3e831f1abd021 (patch) | |
tree | 4e53f702ac4c24dca52eb66faae6e927e600f582 /docs | |
parent | 5b0de8d59714f64f4e422eaeb4dddf1ab7d293cc (diff) | |
download | gdk-pixbuf-c48dffdc98f407980a01d3d73ca3e831f1abd021.tar.gz |
fix some typos
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ChangeLog | 4 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkwidget.sgml | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index a37b0a861..bf6975761 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2006-08-31 Matthias Clasen <mclasen@redhat.com> + + * gtk/tmpl/gtkwidget.sgml: Fix some typos (Mariano Suarez-Alvarez) + 2006-08-29 Matthias Clasen <mclasen@redhat.com> * gdk/gdk-sections.txt: Add gdk_window_beep diff --git a/docs/reference/gtk/tmpl/gtkwidget.sgml b/docs/reference/gtk/tmpl/gtkwidget.sgml index 4cec7e896..df12afdad 100644 --- a/docs/reference/gtk/tmpl/gtkwidget.sgml +++ b/docs/reference/gtk/tmpl/gtkwidget.sgml @@ -313,15 +313,15 @@ gtk_widget_style_get_valist() to obtain the value of a style property. <!-- ##### SIGNAL GtkWidget::hierarchy-changed ##### --> <para> -Emitted when there is a chance in the hierarchy to -which a widget belong. More precisely, a widget is +Emitted when there is a change in the hierarchy to +which a widget belongs. More precisely, a widget is <firstterm>anchored</firstterm> when its toplevel ancestor is a #GtkWindow. This signal is emitted when a widget changes from un-anchored to anchored or vice-versa. </para> @widget: the object which received the signal. -@widget2: +@widget2: the toplevel ancestor, or %NULL <!-- ##### SIGNAL GtkWidget::key-press-event ##### --> <para> |