summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@gnome.org>2007-05-27 21:20:39 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2007-05-27 21:20:39 +0000
commitb2459f3b6e480ba8568084f4ed50d1634239b0ea (patch)
tree3902c649e1bf68a92cfbf4de24692702e7b96aeb /ChangeLog
parent5868adac7501134a8cb9d2ace1ae12622368a910 (diff)
downloadzenity-b2459f3b6e480ba8568084f4ed50d1634239b0ea.tar.gz
fix broken handling of input from pipes in list dialog (Fixes bug
2007-05-27 Lucas Rocha <lucasr@gnome.org> * src/tree.c: fix broken handling of input from pipes in list dialog (Fixes bug #343684). svn path=/trunk/; revision=1221
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d577b51..989d77a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-05-27 Lucas Rocha <lucasr@gnome.org>
+ * src/tree.c: fix broken handling of input from pipes in list
+ dialog (Fixes bug #343684).
+
+2007-05-27 Lucas Rocha <lucasr@gnome.org>
+
* src/text.c: correctly handle UTF-8 input text in the text info
dialog (Fixes bug #407275).