diff options
author | Lucas Rocha <lucasr@gnome.org> | 2007-08-13 20:36:29 +0000 |
---|---|---|
committer | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2007-08-13 20:36:29 +0000 |
commit | 8b16d4d4122e6337517ec16b9ca22dd27df0dafb (patch) | |
tree | 4b37fe6193f44fef74d114e8c7eeeef7ab82ac4d /ChangeLog | |
parent | fix critical warning when using checkbox and radiobox in list dialog (diff) | |
download | zenity-8b16d4d4122e6337517ec16b9ca22dd27df0dafb.tar.gz zenity-8b16d4d4122e6337517ec16b9ca22dd27df0dafb.tar.bz2 zenity-8b16d4d4122e6337517ec16b9ca22dd27df0dafb.zip |
added timeout option to all dialogs (Fixes bug #160654). Based on patch
2007-08-13 Lucas Rocha <lucasr@gnome.org>
* src/*.c: added timeout option to all dialogs (Fixes bug #160654).
Based on patch from Muthiah Annamalai <gnumuthu@users.sf.net>.
svn path=/trunk/; revision=1231
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-08-13 Lucas Rocha <lucasr@gnome.org> + * src/*.c: added timeout option to all dialogs (Fixes bug #160654). + Based on patch from Muthiah Annamalai <gnumuthu@users.sf.net>. + +2007-08-13 Lucas Rocha <lucasr@gnome.org> + * src/tree.c: fix critical warning when using checkbox and radiobox in list dialog (Fixes bug #453713). |