From c4f1a2556aec9d9031d54a9ffceb0f2836587ad9 Mon Sep 17 00:00:00 2001 From: Lucas Almeida Rocha Date: Mon, 21 Apr 2008 20:48:50 +0000 Subject: [PATCH] Added patch author reference on latest ChangeLog entry. svn path=/trunk/; revision=1363 --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5423f32..25a746f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 2008-04-21 Lucas Rocha Add support for file filter in file selection dialog through the new - --file-filter command line option (Fixes bug #409843). + --file-filter command line option (Fixes bug #409843). Patch from + Ricardo Cruz . * src/option.c, src/zenity.h: added supporting variable and new GOptionEntry entry for the new command line option.