summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@gnome.org>2007-08-13 20:16:37 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2007-08-13 20:16:37 +0000
commitae3e8d1496fcfc3bf2ca65e475455bbf4c935e50 (patch)
tree6aec81d373d2f626f81929808c3eab0c559a0e22 /ChangeLog
parentUpdated Occitan translation (diff)
downloadzenity-ae3e8d1496fcfc3bf2ca65e475455bbf4c935e50.tar.gz
zenity-ae3e8d1496fcfc3bf2ca65e475455bbf4c935e50.tar.bz2
zenity-ae3e8d1496fcfc3bf2ca65e475455bbf4c935e50.zip
fix critical warning when using checkbox and radiobox in list dialog
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). svn path=/trunk/; revision=1230
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 989d77ad..cd2e28c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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).
+
2007-05-27 Lucas Rocha <lucasr@gnome.org>
* src/tree.c: fix broken handling of input from pipes in list
bgstack15