Correct typoe when describing order of composition. (#53371, Skip

Wed May 30 16:56:07 2001  Owen Taylor  <otaylor@redhat.com>

	* gtk/tmpl/gtkrc.sgml (pattern): Correct typoe when
	describing order of composition. (#53371, Skip Montanaro)
This commit is contained in:
Owen Taylor 2001-05-30 20:58:07 +00:00 committed by Owen Taylor
parent 27bf39f924
commit b263249d7c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Wed May 30 16:56:07 2001 Owen Taylor <otaylor@redhat.com>
* gtk/tmpl/gtkrc.sgml (pattern): Correct typoe when
describing order of composition. (#53371, Skip Montanaro)
2001-05-22 Havoc Pennington <hp@pobox.com> 2001-05-22 Havoc Pennington <hp@pobox.com>
* gtk/gtk-sections.txt: add gtk_bin_get_child * gtk/gtk-sections.txt: add gtk_bin_get_child

View File

@ -188,7 +188,7 @@ or <literal>class</literal> declaration. All styles
applying to a particular widget are composited together applying to a particular widget are composited together
with <literal>widget</literal> declarations overriding with <literal>widget</literal> declarations overriding
<literal>widget_class</literal> declarations which, in <literal>widget_class</literal> declarations which, in
turn, override <literal>widget</literal> declarations. turn, override <literal>class</literal> declarations.
Within each type of declaration, later declarations override Within each type of declaration, later declarations override
earlier ones. earlier ones.
</para> </para>