From a88ade52a01ae65ee3d336339ac20fe07bedd1cd Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Fri, 31 Mar 2006 22:49:57 +0000 Subject: fix example on progress dialog (Fixed bug #336751). 2006-03-31 Lucas Rocha * data/zenity.1: fix example on progress dialog (Fixed bug #336751). --- ChangeLog | 5 +++++ data/zenity.1 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index add2eb4..4b2bbfb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-31 Lucas Rocha + + * data/zenity.1: fix example on progress dialog (Fixed + bug #336751). + 2006-03-31 Lucas Rocha * src/about.c (zenity_about_dialog_response): quit zenity diff --git a/data/zenity.1 b/data/zenity.1 index 4966804..83931dd 100644 --- a/data/zenity.1 +++ b/data/zenity.1 @@ -250,7 +250,7 @@ zenity \-\-list \-\-checklist \-\-column "Buy" \-\-column "Item" TRUE Apples TRU .PP Display a progress dialog while searching for all the postscript files in your home directory .P -find `echo $HOME` '*.ps' | zenity \-\-progress \-\-pulsate +find $HOME \-name '*.ps' | zenity \-\-progress \-\-pulsate .SH AUTHOR \fBZenity\fP was written by Glynn Foster . .P -- cgit v1.2.3-54-g00ecf