Skip to content
Snippets Groups Projects
Commit 76e194e4 authored by intrigeri's avatar intrigeri
Browse files

r3552@krups: intrigeri | 2005-11-15 03:13:03 +0100

 easydialog: add optional third argument to booleanBox, to set default no if needed (and actually needed by the upcoming dup.helper).
parent ca8ae799
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ setDimension() {
booleanBox() {
$DIALOG --backtitle "$BACKTITLE" --title "$1" \
--yesno "$2" $HEIGHT $WIDTH
`[ "$3" == no ] && echo '--defaultno'` --yesno "$2" $HEIGHT $WIDTH
}
msgBox() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment