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:
parent
a8363ee219
commit
a88ade52a0
@ -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>
|
2006-03-31 Lucas Rocha <lucasr@gnome.org>
|
||||||
|
|
||||||
* src/about.c (zenity_about_dialog_response): quit zenity
|
* src/about.c (zenity_about_dialog_response): quit zenity
|
||||||
|
@ -250,7 +250,7 @@ zenity \-\-list \-\-checklist \-\-column "Buy" \-\-column "Item" TRUE Apples TRU
|
|||||||
.PP
|
.PP
|
||||||
Display a progress dialog while searching for all the postscript files in your home directory
|
Display a progress dialog while searching for all the postscript files in your home directory
|
||||||
.P
|
.P
|
||||||
find `echo $HOME` '*.ps' | zenity \-\-progress \-\-pulsate
|
find $HOME \-name '*.ps' | zenity \-\-progress \-\-pulsate
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
\fBZenity\fP was written by Glynn Foster <glynn.foster@sun.com>.
|
\fBZenity\fP was written by Glynn Foster <glynn.foster@sun.com>.
|
||||||
.P
|
.P
|
||||||
|
Reference in New Issue
Block a user