add G_OPTION_FLAG_NOALIAS to separator option for list dialog. Patch from
2006-03-07 Lucas Rocha <lucasr@gnome.org> * src/option.c: add G_OPTION_FLAG_NOALIAS to separator option for list dialog. Patch from Glynn Foster <glynn.foster@sun.com>.
This commit is contained in:
parent
f83d8bd55a
commit
17989a09c1
@ -1,3 +1,9 @@
|
||||
2006-03-07 Lucas Rocha <lucasr@gnome.org>
|
||||
|
||||
* src/option.c: add G_OPTION_FLAG_NOALIAS to separator
|
||||
option for list dialog. Patch from Glynn
|
||||
Foster <glynn.foster@sun.com>.
|
||||
|
||||
2006-01-29 Lucas Rocha <lucasr@gnome.org>
|
||||
|
||||
* configure.in: post release version bump.
|
||||
|
@ -424,7 +424,7 @@ static GOptionEntry list_options[] = {
|
||||
{
|
||||
"separator",
|
||||
'\0',
|
||||
0,
|
||||
G_OPTION_FLAG_NOALIAS,
|
||||
G_OPTION_ARG_STRING,
|
||||
&zenity_general_separator,
|
||||
N_("Set output separator character"),
|
||||
|
Reference in New Issue
Block a user