summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@cvs.gnome.org>2005-09-24 15:15:04 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2005-09-24 15:15:04 +0000
commitd1e9373658a59eb20144323a2a74193525ba0a29 (patch)
treedd8e1da992ec288d82dc70cfbf70787f6bd27e3c
parent0086a9363f9c94f19d6d5ad2424680fcac0e7a7a (diff)
bug fix for #315020.
2005-09-24 Lucas Rocha <lucasr@cvs.gnome.org> * data/zenity.1: bug fix for #315020.
-rw-r--r--ChangeLog6
-rw-r--r--data/zenity.12
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1eb8921..515e70f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
2005-09-24 Lucas Rocha <lucasr@cvs.gnome.org>
- * src/option.c: fixed bug #317033.
+ * data/zenity.1: bug fix for #315020.
+
+2005-09-24 Lucas Rocha <lucasr@cvs.gnome.org>
+
+ * src/option.c: bug fix for #317033.
2005-09-21 Guilherme de S. Pastore <gpastore@cvs.gnome.org>
diff --git a/data/zenity.1 b/data/zenity.1
index 264febf..4966804 100644
--- a/data/zenity.1
+++ b/data/zenity.1
@@ -238,7 +238,7 @@ zenity \-\-question \-\-title "Alert" \-\-text "Microsoft Windows has been fou
Show the search results in a list dialog with the title \fISearch Results\fP
and the text \fIFinding all header files...\fP.
.IP
-find . \-name '*.h' | zenity \-\-title "Search Results" \-\-text "Finding all header files.." \-\-column "Files"
+find . \-name '*.h' | zenity \-\-list \-\-title "Search Results" \-\-text "Finding all header files.." \-\-column "Files"
.PP
Show an icon in the notification area
.IP