Fix a swapped argument description. (#351241, Étienne Bersac)

2006-08-14  Matthias Clasen  <mclasen@redhat.com>

	* gtk/tmpl/gtkruler.sgml: Fix a swapped argument
	description.  (#351241, Étienne Bersac)
This commit is contained in:
Matthias Clasen 2006-08-14 19:52:19 +00:00 committed by Matthias Clasen
parent 8af7ea4ace
commit 4a482aa672
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-08-14 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkruler.sgml: Fix a swapped argument
description. (#351241, Étienne Bersac)
2006-08-06 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkcelllayout.sgml: Add an explanation

View File

@ -93,8 +93,8 @@ This sets the range of the ruler using gfloat lower, gfloat upper, gfloat positi
</para>
@ruler: the gtkruler
@lower: the upper limit of the ruler
@upper: the lower limit of the ruler
@lower: the lower limit of the ruler
@upper: the upper limit of the ruler
@position: the mark on the ruler
@max_size: the maximum size of the ruler