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:
parent
da748de053
commit
69390b9e43
@ -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>
|
2008-03-17 Lucas Rocha <lucasr@gnome.org>
|
||||||
|
|
||||||
* src/scale.c (zenity_scale): set value range before setting value
|
* src/scale.c (zenity_scale): set value range before setting value
|
||||||
|
@ -151,7 +151,8 @@ static GOptionEntry general_options[] = {
|
|||||||
G_OPTION_ARG_INT,
|
G_OPTION_ARG_INT,
|
||||||
&zenity_general_timeout_delay,
|
&zenity_general_timeout_delay,
|
||||||
N_("Set dialog timeout in seconds"),
|
N_("Set dialog timeout in seconds"),
|
||||||
NULL
|
/* Timeout for closing the dialog */
|
||||||
|
N_("TIMEOUT")
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
NULL
|
NULL
|
||||||
|
Reference in New Issue
Block a user