fix example on progress dialog (Fixed bug #336751).

2006-03-31  Lucas Rocha  <lucasr@gnome.org>

	* data/zenity.1: fix example on progress dialog (Fixed
	bug #336751).
This commit is contained in:
Lucas Rocha 2006-03-31 22:49:57 +00:00 committed by Lucas Almeida Rocha
parent a8363ee219
commit a88ade52a0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-03-31 Lucas Rocha <lucasr@gnome.org>
* data/zenity.1: fix example on progress dialog (Fixed
bug #336751).
2006-03-31 Lucas Rocha <lucasr@gnome.org>
* src/about.c (zenity_about_dialog_response): quit zenity

View File

@ -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 <glynn.foster@sun.com>.
.P