summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@gnome.org>2009-01-09 00:08:01 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2009-01-09 00:08:01 +0000
commitec484005101b3720feb95c8d76a65bcd6b0472c2 (patch)
tree798d9e9acd8fb0ff44303bf2373e533fd1bc8976 /ChangeLog
parentd661db7e4e425668f8a7faeaee043ba8bfd67a62 (diff)
downloadzenity-ec484005101b3720feb95c8d76a65bcd6b0472c2.tar.gz
correctly handle --filename option on file selection mode (Fixes bug
2009-01-09 Lucas Rocha <lucasr@gnome.org> * src/fileselection.c (zenity_fileselection): correctly handle --filename option on file selection mode (Fixes bug #564552). Patch from Gilles Detillieux. svn path=/trunk/; revision=1461
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04dbb3a..1127157 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-01-09 Lucas Rocha <lucasr@gnome.org>
+
+ * src/fileselection.c (zenity_fileselection): correctly handle
+ --filename option on file selection mode (Fixes bug #564552).
+ Patch from Gilles Detillieux.
+
2009-01-08 Lucas Rocha <lucasr@gnome.org>
* data/zenity.1: document --timeout (Fixes bug #565133).