diff options
author | Lucas Rocha <lucasr@gnome.org> | 2008-03-17 19:28:49 +0000 |
---|---|---|
committer | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2008-03-17 19:28:49 +0000 |
commit | 69390b9e435e71acd9c965ce3b9c1a73b77dc16f (patch) | |
tree | 557b9c102bd1d8bad47d4d07006da4fb5bb92448 /ChangeLog | |
parent | Fix ChangeLog entry dates. (diff) | |
download | zenity-69390b9e435e71acd9c965ce3b9c1a73b77dc16f.tar.gz zenity-69390b9e435e71acd9c965ce3b9c1a73b77dc16f.tar.bz2 zenity-69390b9e435e71acd9c965ce3b9c1a73b77dc16f.zip |
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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 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 in order to correctly set initial state (Fixes bug #521574). |