From d661db7e4e425668f8a7faeaee043ba8bfd67a62 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Fri, 9 Jan 2009 00:03:05 +0000 Subject: [PATCH] document --timeout (Fixes bug #565133). Patch from Luca Bruno 2009-01-08 Lucas Rocha * data/zenity.1: document --timeout (Fixes bug #565133). Patch from Luca Bruno . svn path=/trunk/; revision=1460 --- ChangeLog | 5 +++++ data/zenity.1 | 3 +++ help/C/zenity.xml | 15 +++++++++++++++ 3 files changed, 23 insertions(+) diff --git a/ChangeLog b/ChangeLog index abea3a2..04dbb3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-08 Lucas Rocha + + * data/zenity.1: document --timeout (Fixes bug #565133). + Patch from Luca Bruno . + 2008-09-23 Vincent Untz * configure.in: post-release bump to 2.24.1. diff --git a/data/zenity.1 b/data/zenity.1 index 2cee723..9acfcc4 100644 --- a/data/zenity.1 +++ b/data/zenity.1 @@ -76,6 +76,9 @@ Set the dialog width .TP .B \-\-height=HEIGHT Set the dialog height +.TP +.B \-\-timeout=TIMEOUT +Set the dialog timeout .PP Calendar options diff --git a/help/C/zenity.xml b/help/C/zenity.xml index 8e4c644..350b1dc 100644 --- a/help/C/zenity.xml +++ b/help/C/zenity.xml @@ -225,6 +225,14 @@ An unexpected error has occurred. + + + 5 + + + The dialog has been closed because the timeout has been reached. + + @@ -274,6 +282,13 @@ + + =timeout + + Specifies the timeout in seconds after which the dialog is closed. + + +