summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLucas Almeida Rocha <lucasr@src.gnome.org>2005-06-28 04:43:10 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2005-06-28 04:43:10 +0000
commitcc3fc2be3ea3f322ca53b13b82dc9e73a44e58b2 (patch)
tree7f9c2ad39f52d890530219376443d75a3feffe0b /ChangeLog
parentUpdated Slovak translation. (diff)
downloadzenity-cc3fc2be3ea3f322ca53b13b82dc9e73a44e58b2.tar.gz
zenity-cc3fc2be3ea3f322ca53b13b82dc9e73a44e58b2.tar.bz2
zenity-cc3fc2be3ea3f322ca53b13b82dc9e73a44e58b2.zip
Error handling when trying to use checklist and radiolist in the same List dialog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5675c962..f6beeab5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-06-28 Lucas Rocha <lucasr@cvs.gnome.org>
+
+ * src/tree.c: error handling when trying to
+ use checklist and radiolist at the same List
+ dialog.
+
2005-06-27 Lucas Rocha <lucasr@cvs.gnome.org>
* src/tree.c, src/about.c: add double-clicking on
bgstack15