document --timeout (Fixes bug #565133). Patch from Luca Bruno
2009-01-08 Lucas Rocha <lucasr@gnome.org> * data/zenity.1: document --timeout (Fixes bug #565133). Patch from Luca Bruno <lethalman88@gmail.com>. svn path=/trunk/; revision=1460
This commit is contained in:
parent
75ae2224f2
commit
d661db7e4e
@ -1,3 +1,8 @@
|
|||||||
|
2009-01-08 Lucas Rocha <lucasr@gnome.org>
|
||||||
|
|
||||||
|
* data/zenity.1: document --timeout (Fixes bug #565133).
|
||||||
|
Patch from Luca Bruno <lethalman88@gmail.com>.
|
||||||
|
|
||||||
2008-09-23 Vincent Untz <vuntz@gnome.org>
|
2008-09-23 Vincent Untz <vuntz@gnome.org>
|
||||||
|
|
||||||
* configure.in: post-release bump to 2.24.1.
|
* configure.in: post-release bump to 2.24.1.
|
||||||
|
@ -76,6 +76,9 @@ Set the dialog width
|
|||||||
.TP
|
.TP
|
||||||
.B \-\-height=HEIGHT
|
.B \-\-height=HEIGHT
|
||||||
Set the dialog height
|
Set the dialog height
|
||||||
|
.TP
|
||||||
|
.B \-\-timeout=TIMEOUT
|
||||||
|
Set the dialog timeout
|
||||||
.PP
|
.PP
|
||||||
Calendar options
|
Calendar options
|
||||||
|
|
||||||
|
@ -225,6 +225,14 @@
|
|||||||
<para>An unexpected error has occurred.</para>
|
<para>An unexpected error has occurred.</para>
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
<row valign="top">
|
||||||
|
<entry>
|
||||||
|
<para><varname>5</varname></para>
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
<para>The dialog has been closed because the timeout has been reached.</para>
|
||||||
|
</entry>
|
||||||
|
</row>
|
||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</informaltable>
|
</informaltable>
|
||||||
@ -274,6 +282,13 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>--timeout</option>=<replaceable>timeout</replaceable></term>
|
||||||
|
<listitem>
|
||||||
|
<para>Specifies the timeout in seconds after which the dialog is closed.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
Reference in New Issue
Block a user