added arg_description for --timeout option (Fixes bug #516876). Patch from

2008-03-17  Lucas Rocha  <lucasr@gnome.org>

	* src/option.c: added arg_description for --timeout option (Fixes 
	bug #516876). Patch from Luca Ferretti <elle.uca@libero.it>. 

svn path=/trunk/; revision=1341
This commit is contained in:
Lucas Rocha 2008-03-17 19:28:49 +00:00 committed by Lucas Almeida Rocha
parent da748de053
commit 69390b9e43
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-03-17 Lucas Rocha <lucasr@gnome.org>
* src/option.c: added arg_description for --timeout option (Fixes
bug #516876). Patch from Luca Ferretti <elle.uca@libero.it>.
2008-03-17 Lucas Rocha <lucasr@gnome.org>
* src/scale.c (zenity_scale): set value range before setting value

View File

@ -151,7 +151,8 @@ static GOptionEntry general_options[] = {
G_OPTION_ARG_INT,
&zenity_general_timeout_delay,
N_("Set dialog timeout in seconds"),
NULL
/* Timeout for closing the dialog */
N_("TIMEOUT")
},
{
NULL