diff options
author | Josselin Mouette <joss@debian.org> | 2006-01-08 15:38:57 +0000 |
---|---|---|
committer | Josselin Mouette <joss@debian.org> | 2006-01-08 15:38:57 +0000 |
commit | a2af3f0a8b4ab5a1c67ed2a8ee766d7b36a6f547 (patch) | |
tree | 82dce4c29ee186c739a760f8c64addfc235f3ec2 /debian/patches | |
parent | * New upstream release (diff) | |
download | zenity-a2af3f0a8b4ab5a1c67ed2a8ee766d7b36a6f547.tar.gz zenity-a2af3f0a8b4ab5a1c67ed2a8ee766d7b36a6f547.tar.bz2 zenity-a2af3f0a8b4ab5a1c67ed2a8ee766d7b36a6f547.zip |
[ Josselin Mouette ]
* Upload to unstable.
-- Josselin Mouette <joss@debian.org> Sun, 8 Jan 2006 16:37:55 +0100
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/00_man_escape_hyphens.diff | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/00_man_escape_hyphens.diff b/debian/patches/00_man_escape_hyphens.diff index 5b52e607..c5ab143c 100644 --- a/debian/patches/00_man_escape_hyphens.diff +++ b/debian/patches/00_man_escape_hyphens.diff @@ -33,8 +33,8 @@ 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 \-\-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" ++find . \-name '*.h' | zenity \-\-list \-\-title "Search Results" \-\-text "Finding all header files.." \-\-column "Files" .PP Show an icon in the notification area .IP |