diff options
-rw-r--r-- | docs/reference/ChangeLog | 7 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkbox.sgml | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index ecbd7f0bcd..18c561b442 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,10 @@ +2008-07-19 Matthias Clasen <mclasen@redhat.com> + + Bug 543590 – documentation glitch in GtkBox description + + * gtk/tmpl/gtkbox.sgml: Improve long description. Pointed + out by Claudio Saavedra + 2008-07-15 Matthias Clasen <mclasen@redhat.com> * gtk/Makefile.am: diff --git a/docs/reference/gtk/tmpl/gtkbox.sgml b/docs/reference/gtk/tmpl/gtkbox.sgml index f95cd633e9..eb42208d3a 100644 --- a/docs/reference/gtk/tmpl/gtkbox.sgml +++ b/docs/reference/gtk/tmpl/gtkbox.sgml @@ -8,8 +8,8 @@ Base class for box containers <para> GtkBox is an abstract widget which encapsulates functionality for a particular kind of container, one that organizes a variable number of -widgets into a rectangular area. GtkBox currently has two derived -classes, #GtkHBox and #GtkVBox. +widgets into a rectangular area. GtkBox has a number of derived +classes, e.g. #GtkHBox and #GtkVBox. </para> <para> The rectangular area of a GtkBox is organized into either a single row |